From 1af5d498193c9186f48eeb2ada232e72fdd5233b Mon Sep 17 00:00:00 2001 From: Larissa Perinoto Date: Mon, 8 Jul 2024 21:12:50 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20altera=20script=20se=20inicializa?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20servidor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index 01e9df3..dfa27c6 100644 --- a/server/package.json +++ b/server/package.json @@ -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" },