code-share/server/db/schema/_schema.ts

4 lines
132 B
TypeScript
Raw Permalink Normal View History

2024-02-20 06:52:39 +00:00
export { user } from "./user";
2024-02-22 20:59:20 +00:00
export { project, projectRelations } from "./project";
export { file, fileRelations } from "./file";