added export for lobby model
This commit is contained in:
parent
93cf14857f
commit
b0aef8cc16
1 changed files with 1 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ config({
|
||||||
export const db = drizzle(process.env["DATABASE_URL"]!, { schema });
|
export const db = drizzle(process.env["DATABASE_URL"]!, { schema });
|
||||||
|
|
||||||
export * from "./models/termModel.js";
|
export * from "./models/termModel.js";
|
||||||
|
export * from "./models/lobbyModel.js";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue