Actually try without express

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

View file

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