fix typeorm things

master
Lauren Liberda 2021-07-08 23:57:12 +02:00
parent ba345b3e5e
commit f500924350
1 changed files with 1 additions and 1 deletions

View File

@ -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',