Skip to content

Commit

Permalink
fix(start): serve from out folder
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 10, 2024
1 parent 8178c3e commit 22b3d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "npx -y serve@latest out"
},
"dependencies": {
"next": "^14.1.1",
Expand Down

0 comments on commit 22b3d66

Please sign in to comment.