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

4 lines
132 B
TypeScript

export { user } from "./user";
export { project, projectRelations } from "./project";
export { file, fileRelations } from "./file";