Skip to content

Commit

Permalink
chore: move mikro orm config
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Nov 4, 2024
1 parent 293cd98 commit 4d8a118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slow-rabbits-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@quassel/backend": patch
---

Move mikro orm config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig, PostgreSqlDriver } from "@mikro-orm/postgresql";
import { Migrator } from "@mikro-orm/migrations";
import { TsMorphMetadataProvider } from "@mikro-orm/reflection";
import { SeedManager } from "@mikro-orm/seeder";
import { configuration } from "./src/config/configuration";
import { configuration } from "./config/configuration";

const c = configuration();

Expand Down

0 comments on commit 4d8a118

Please sign in to comment.