Try without express

This commit is contained in:
Justin Edmund 2020-09-18 05:35:02 -07:00
parent bd7f965fd6
commit 5904c24dfe

View file

@ -30,8 +30,8 @@
},
"scripts": {
"dev": "parcel ./src/index.html",
"start": "node index.js",
"prestart": "parcel build ./src/index.html",
// "start": "node index.js",
"start": "parcel build ./src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"compilerOptions": {