summary refs log tree commit diff
path: root/src/util/connections/ConnectionConfig.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/util/connections/ConnectionConfig.ts
parentMove database to toplevel (diff)
downloadserver-ts-c77d00e243f7cf104b8b0f8b26f339849dbd040f.tar.xz
Move entities to database
Diffstat (limited to 'src/util/connections/ConnectionConfig.ts')
-rw-r--r--src/util/connections/ConnectionConfig.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connections/ConnectionConfig.ts b/src/util/connections/ConnectionConfig.ts

index c5da3878..338b97be 100644 --- a/src/util/connections/ConnectionConfig.ts +++ b/src/util/connections/ConnectionConfig.ts
@@ -17,7 +17,7 @@ */ /* eslint-disable @typescript-eslint/no-explicit-any */ -import { ConnectionConfigEntity } from "../entities"; +import { ConnectionConfigEntity } from "../../database/entities"; import { OrmUtils } from "../imports"; let config: any;