From 56f52cb88aa9518e8ed861b9afa9b2fb81da8b75 Mon Sep 17 00:00:00 2001 From: Gabriel Silva Date: Tue, 14 Feb 2023 15:56:33 -0300 Subject: [PATCH] Ageitando algumas coisas no back. - 2 --- back-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/package.json b/back-end/package.json index fa63794..f9dc136 100644 --- a/back-end/package.json +++ b/back-end/package.json @@ -8,7 +8,7 @@ "npm": "8.12.1" }, "scripts": { - "start": "tsup src && node ./dist/index.js", + "start": "node ./dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsup src", "test": "echo \"Error: no test specified\" && exit 1",