env: properly restart the servers on db change

This commit is contained in:
Rafael Taranto 2025-05-23 18:29:36 +01:00
parent e84490bbca
commit e2aded04b9
2 changed files with 4 additions and 15 deletions

View file

@ -31,12 +31,7 @@
"prepare": "husky install",
"build": "turbo build",
"dev": "turbo watch dev",
"test": "turbo test",
"clean": "turbo clean",
"server:dev": "turbo dev --filter=lamassu-server",
"admin:dev": "turbo dev --filter=lamassu-admin",
"typesafe-db:build": "turbo build --filter=typesafe-db",
"typesafe-db:dev": "turbo dev --filter=typesafe-db"
"test": "turbo test"
},
"husky": {
"hooks": {