Skip to content

Commit

Permalink
try to fix npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-riviere committed Oct 19, 2023
1 parent 4ff892b commit 53ef597
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 @@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "node_modules/next/dist/bin/next start",
"start:standalone": "node .next/standalone/server.js"
},
"husky": {
Expand Down

0 comments on commit 53ef597

Please sign in to comment.