working server with migrations as defined
BOOM BABY!!!
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "yarn build && node --inspect ./build/bin/www",
|
||||
"typescript": "tsc && cp -R ./src/views ./build/ && cp -R ./src/public ./build/",
|
||||
"typescript": "tsc && cp -R ./src/views ./build/ && cp -R ./src/public ./build/ && cp ./src/migrationJobs/*.sql ./build/migrationJobs/",
|
||||
"build": "yarn typescript",
|
||||
"dist": "yarn build && cp -R ./build ./dist/ && cp -R ./node_modules ./dist/"
|
||||
},
|
||||
@ -23,6 +23,7 @@
|
||||
"morgan": "~1.9.1",
|
||||
"passport": "^0.4.1",
|
||||
"passport-oauth2": "^1.5.0",
|
||||
"passport-oauth2-refresh": "^2.0.0"
|
||||
"passport-oauth2-refresh": "^2.0.0",
|
||||
"path": "^0.12.7"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user