backend docker refactor and frontend cleanup
This commit is contained in:
parent
96443b6afe
commit
63e33a45b4
14 changed files with 130 additions and 113 deletions
|
|
@ -4,8 +4,9 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon ./src/index.ts",
|
||||
"production": "npx tsc && node ./dist/index.js",
|
||||
"ci": "tsc"
|
||||
"build": "tsc",
|
||||
"prisma:generate": "prisma generate",
|
||||
"prod": "node ./dist/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue