We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f854709 commit 88fd994Copy full SHA for 88fd994
package.json
@@ -8,6 +8,7 @@
8
"generate": "nuxt generate",
9
"preview": "nuxt preview",
10
"postinstall": "nuxt prepare",
11
+ "start:prod": "node .output/server/index.mjs",
12
"lint": "eslint .",
13
"lint:fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix"
14
},
0 commit comments