introduced sqltree typescript library

This commit is contained in:
Jan Prochazka
2020-03-05 07:35:23 +01:00
parent 17e2c18c49
commit bbc969fa71
12 changed files with 88 additions and 53 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"start:api": "yarn workspace @dbgate/api start",
"start:web": "yarn workspace @dbgate/web start",
"start:sqltree": "yarn workspace @dbgate/sqltree start",
"start": "concurrently --kill-others-on-fail \"yarn start:api\" \"yarn start:web\"",
"ts:api": "yarn workspace @dbgate/api ts",