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 415aa3dbfe
86 changed files with 2396 additions and 723 deletions

View File

@@ -1,5 +1,6 @@
import { Database } from 'bun:sqlite';
import locationTables, * as locationQueries from './location';
export * from './location';
let db: Database = undefined;
const queries = {