updates to concierge bot to support adding services and routes

This commit is contained in:
JB
2026-02-12 19:25:01 -05:00
parent e9865d3ee8
commit abc8070835
86 changed files with 2396 additions and 723 deletions

View File

@@ -20,7 +20,7 @@
},
"config": {
"ghooks": {
"pre-commit": "bun encrypt && git add **/.env*"
"pre-commit": "bun run encrypt && git add **/.env*"
}
}
}