everything dockerized
This commit is contained in:
parent
f0b379a379
commit
529da45219
6 changed files with 62 additions and 14 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "ts-node-esm src/app.ts",
|
||||
"prod": "tsc && node build/app.ts"
|
||||
"prod": "tsc && node build/app.js"
|
||||
},
|
||||
"author": "jweissen",
|
||||
"license": "ISC",
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/morgan": "^1.9.3",
|
||||
"@types/node": "^18.11.9"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue