Skip to content

Commit

Permalink
add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
magonxesp committed Dec 5, 2022
1 parent a7dd325 commit a85daf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/test-utils-edge": "^3.0.1-rc.0-27833302.52421a9",
Expand Down

0 comments on commit a85daf1

Please sign in to comment.