[backend][nodejs] Use express framework instead of http module
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "lib/app.js",
|
||||
"scripts": {
|
||||
"test": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
|
||||
"start": "tsc && node lib/app.js build:live",
|
||||
"start": "tsc && node lib/app.js",
|
||||
"build": "tsc -p .",
|
||||
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/app.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user