mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
fix: deployment problems (try number 1)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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\""
|
||||
},
|
||||
"//": [
|
||||
|
||||
Reference in New Issue
Block a user