From f50092435077fc885a7e381a06337c34c1ac83cf Mon Sep 17 00:00:00 2001 From: Lauren Liberda Date: Thu, 8 Jul 2021 23:57:12 +0200 Subject: [PATCH] fix typeorm things --- ormconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ormconfig.js b/ormconfig.js index 6aa6bcf..e2d5d01 100644 --- a/ormconfig.js +++ b/ormconfig.js @@ -7,7 +7,7 @@ module.exports = { username: PG_USERNAME, password: PG_PASSWORD, database: PG_DATABASE, - entities: [], + entities: ['dist/src/**/*.entity.js'], migrations: ['dist/migration/*.js'], cli: { migrationsDir: 'migration',