mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
build: fix production build
This commit is contained in:
@@ -16,12 +16,12 @@ const prodConfig = {
|
||||
database: 'config/db/db.sqlite3',
|
||||
synchronize: false,
|
||||
logging: false,
|
||||
entities: ['dist/server/entity/**/*.js'],
|
||||
migrations: ['dist/server/migration/**/*.js'],
|
||||
entities: ['dist/entity/**/*.js'],
|
||||
migrations: ['dist/migration/**/*.js'],
|
||||
migrationsRun: true,
|
||||
cli: {
|
||||
entitiesDir: 'dist/server/entity',
|
||||
migrationsDir: 'dist/server/migration',
|
||||
entitiesDir: 'dist/entity',
|
||||
migrationsDir: 'dist/migration',
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user