Skip to content

Commit

Permalink
chore: altera script se inicialização do servidor
Browse files Browse the repository at this point in the history
  • Loading branch information
larissaperinoto committed Jul 9, 2024
1 parent 5d936c2 commit 1af5d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "npx tsc",
"start": "ts-node src/index.ts",
"start:prod": "node dist/index.js",
"start:prod": "sudo node dist/index.js",
"start:scale": "bash scale-simulator.bash",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 1af5d49

Please sign in to comment.