This commit is contained in:
Jan Prochazka
2021-12-25 11:54:13 +01:00
parent 8e75884556
commit 568e60c52e
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
],
"scripts": {
"start:api": "yarn workspace dbgate-api start",
"start:app": "cd app && yarn start",
"start:api:portal": "yarn workspace dbgate-api start:portal",
"start:api:covid": "yarn workspace dbgate-api start:covid",
"start:web": "yarn workspace dbgate-web dev",