better start/dev scripts

This commit is contained in:
lesion 2018-08-10 00:18:59 +02:00
parent 55106bb40d
commit aecc246a26
No known key found for this signature in database
GPG Key ID: 352918250B012177

View File

@ -3,14 +3,12 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node ./bin/www" "dev": "DEBUG=fugadalcontrollo:* nodemon bin/www",
"start": "bin/www"
}, },
"dependencies": { "dependencies": {
"cookie-parser": "~1.4.3", "express": "^4.16.3",
"debug": "~2.6.9", "http-errors": "^1.7.0",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11" "pug": "2.0.0-beta11"
} }
} }