feat: initial stable job handling + progress on saving logs

Co-authored-by: Jacob Nguyen <jacoobes@users.noreply.github.com>
This commit is contained in:
2024-01-26 22:00:35 +00:00
committed by GitHub
parent b9af34fd14
commit 1878845a6b
30 changed files with 1056 additions and 129 deletions

View File

@@ -15,6 +15,7 @@
"build:frontend": "yarn workspace frontend build",
"start:api": "yarn workspace api start",
"start:frontend": "yarn workspace frontend start",
"db:deploy": "yarn workspace database deploy",
"dev": "concurrently \"yarn workspace frontend dev\" \"yarn workspace api dev\" \"yarn workspace database dev\""
},
"//": [