summary refs log tree commit diff
path: root/src/database/index.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-11 22:16:07 +0200
committerRory& <root@rory.gay>2026-06-12 17:58:18 +0200
commitc77d00e243f7cf104b8b0f8b26f339849dbd040f (patch)
tree457a1aac1da052b3be56812a90c8ca50e6b3df51 /src/database/index.ts
parentMove database to toplevel (diff)
downloadserver-ts-c77d00e243f7cf104b8b0f8b26f339849dbd040f.tar.xz
Move entities to database
Diffstat (limited to 'src/database/index.ts')
-rw-r--r--src/database/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/index.ts b/src/database/index.ts

index 0ceebea8..3ec764b3 100644 --- a/src/database/index.ts +++ b/src/database/index.ts
@@ -16,4 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +import "reflect-metadata"; + export * from "./Database"; +export * from "./entities/index";