From 03736e01e560d3a51815a7e3ad1a157044046e4a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 18 Sep 2020 05:38:41 -0700 Subject: [PATCH] Fuck Express and fuck Javascript --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a395aa67..715a7791 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ }, "scripts": { "dev": "parcel ./src/index.html", - "start": "parcel build ./src/index.html", + "start": "node index.js", + "prestart": "parcel build ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "compilerOptions": {