storage DB

This commit is contained in:
Jan Prochazka
2024-06-22 10:57:23 +02:00
parent 297b321bc8
commit 9f9c4d82da
5 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,8 @@
"start:api:singledb": "yarn workspace dbgate-api start:singledb | pino-pretty",
"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",
"sync:pro": "cd sync && yarn start",
"start:web": "yarn workspace dbgate-web dev",
"start:sqltree": "yarn workspace dbgate-sqltree start",
"start:tools": "yarn workspace dbgate-tools start",