better error reporting

This commit is contained in:
SPRINX0\prochazka
2024-10-02 10:25:11 +02:00
parent 669ae024f9
commit 21127f661a
6 changed files with 21 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
"start:api:auth": "yarn workspace dbgate-api start:auth | pino-pretty",
"start:api:dblogin": "yarn workspace dbgate-api start:dblogin | pino-pretty",
"start:api:storage": "yarn workspace dbgate-api start:storage | pino-pretty",
"start:api:storage:built": "yarn workspace dbgate-api start:storage:built | pino-pretty",
"sync:pro": "cd sync && yarn start",
"start:web": "yarn workspace dbgate-web dev",
"start:sqltree": "yarn workspace dbgate-sqltree start",