Docker build updates

This commit is contained in:
Darren Clarke 2024-05-14 15:31:44 +02:00
parent 3e36aef9c5
commit 67a5b60ad5
34 changed files with 89 additions and 52 deletions

View file

@ -1,4 +1,4 @@
export { db } from "./lib/database";
export { db } from "./lib/database.js";
export type {
Database,
FacebookBot,
@ -7,5 +7,5 @@ export type {
VoiceLine,
Webhook,
User,
} from "./lib/database";
export { getWorkerUtils } from "./lib/utils";
} from "./lib/database.js";
export { getWorkerUtils } from "./lib/utils.js";