Implemented project settings page, search issues modal, general refactoring
This commit is contained in:
@@ -11,6 +11,7 @@ const createDatabaseConnection = (): Promise<Connection> =>
|
||||
password: process.env.DB_PASSWORD,
|
||||
database: process.env.DB_DATABASE,
|
||||
entities: Object.values(entities),
|
||||
synchronize: true,
|
||||
});
|
||||
|
||||
export default createDatabaseConnection;
|
||||
|
||||
Reference in New Issue
Block a user