From f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:24:21 +1000 Subject: Refactor to mono-repo + upgrade packages --- util/ormconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 util/ormconfig.json (limited to 'util/ormconfig.json') diff --git a/util/ormconfig.json b/util/ormconfig.json deleted file mode 100644 index c5587b8e..00000000 --- a/util/ormconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "sqlite", - "database": "../bundle/database.db", - "migrations": ["src/migrations/*.ts"], - "entities": ["src/entities/*.ts"], - "cli": { - "migrationsDir": "src/migrations" - } -} -- cgit 1.5.1