style: Format boilerplate
This commit is contained in:
parent
9b52b43f65
commit
788e1642d1
26 changed files with 686 additions and 564 deletions
|
@ -1,6 +1,6 @@
|
|||
import { MikroORM } from '@mikro-orm/core'
|
||||
import config from './mikro-orm.config';
|
||||
import { MikroORM } from '@mikro-orm/core';
|
||||
import config from './mikro-orm.config.js';
|
||||
|
||||
export default async function initORM() {
|
||||
await MikroORM.init(config);
|
||||
await MikroORM.init(config);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue