Skip to content

Commit

Permalink
correcting next start command to use node standalone server JS file -…
Browse files Browse the repository at this point in the history
…- maybe this'll help?
  • Loading branch information
siddheshraze committed Feb 26, 2024
1 parent 5b731de commit 3312bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/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": "node .next/standalone/server.js",
"lint": "next lint",
"bs": "next build; next start",
"bswin": "npm run build ; npm run start",
Expand Down

0 comments on commit 3312bde

Please sign in to comment.