Fuck Express and fuck Javascript

This commit is contained in:
Justin Edmund 2020-09-18 05:38:41 -07:00
parent f56eb042ae
commit 03736e01e5

View file

@ -30,7 +30,8 @@
}, },
"scripts": { "scripts": {
"dev": "parcel ./src/index.html", "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" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"compilerOptions": { "compilerOptions": {