updates to concierge bot to support adding services and routes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Database } from 'bun:sqlite';
|
||||
import locationTables, * as locationQueries from './location';
|
||||
export * from './location';
|
||||
|
||||
let db: Database = undefined;
|
||||
const queries = {
|
||||
|
||||
Reference in New Issue
Block a user