|
@@ -5,7 +5,8 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"start": "node ./bin/www",
|
|
"start": "node ./bin/www",
|
|
|
"tsc": "tsc",
|
|
"tsc": "tsc",
|
|
|
- "dev": "tsc -w & nodemon ./bin/www"
|
|
|
|
|
|
|
+ "dev": "tsc -w & nodemon ./bin/www",
|
|
|
|
|
+ "watch": "nodemon ./bin/www "
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@types/bcrypt": "^3.0.0",
|
|
"@types/bcrypt": "^3.0.0",
|