mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix for working alos with build
This commit is contained in:
parent
9f87fb69b3
commit
fb39441f41
@ -11,7 +11,7 @@ const connection = async (): Promise<Connection> => {
|
||||
username: CONFIG.DB_USER,
|
||||
password: CONFIG.DB_PASSWORD,
|
||||
database: CONFIG.DB_DATABASE,
|
||||
entities: [path.join(__dirname, 'entity', '*.ts')],
|
||||
entities: [path.join(__dirname, 'entity', '*.{ts,js}')],
|
||||
synchronize: false,
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user