fix: deployment problems (try number 1)

This commit is contained in:
2023-12-27 18:34:58 +00:00
parent 40113a840d
commit a3fdc6718c
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"scripts": {
"dev": "tsc-watch --preserveWatchOutput --onSuccess \"node dist/index.js --dev\"",
"build": "tsc"
"build": "tsc",
"start": "node dist/index.js"
},
"type": "module",
"dependencies": {

View File

@@ -9,6 +9,9 @@
"apps/*"
],
"scripts": {
"build": "yarn workspaces foreach -A run build",
"start:api": "yarn workspace api start",
"start:frontend": "yarn workspace frontend start",
"dev": "concurrently \"yarn workspace frontend dev\" \"yarn workspace api dev\" \"yarn workspace database dev\""
},
"//": [