Skip to content

Commit 17a5041

Browse files
committed
Update package.json
1 parent aed6bd4 commit 17a5041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"generate": "nuxt generate",
99
"preview": "nuxt preview",
1010
"postinstall": "nuxt prepare",
11-
"start:prod": "node start.mjs"
11+
"start:prod": "node start.mjs",
12+
"start": "node .output/server/index.mjs"
1213
},
1314
"dependencies": {
1415
"@nuxt-alt/proxy": "^2.5.8",

0 commit comments

Comments
 (0)