Skip to content

Commit

Permalink
feat: add nuxt start command
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
  • Loading branch information
tylerslaton committed Mar 7, 2024
1 parent fcee05b commit 79c8a78
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 @@ -8,7 +8,8 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"start": "nuxt start"
},
"dependencies": {
"@octokit/core": "^6.0.1",
Expand Down

0 comments on commit 79c8a78

Please # to comment.