From f56eb042ae254e43fee6f4f98f763c96872a1029 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 18 Sep 2020 05:35:54 -0700 Subject: [PATCH] Actually try without express --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cf90ad7c..a395aa67 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ }, "scripts": { "dev": "parcel ./src/index.html", - // "start": "node index.js", "start": "parcel build ./src/index.html", "test": "echo \"Error: no test specified\" && exit 1" },