Docker build updates
This commit is contained in:
parent
3e36aef9c5
commit
67a5b60ad5
34 changed files with 89 additions and 52 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue