Closed taiga-programming closed 3 years ago
export default { entities: [Post], dbName: 'lireddit', type: 'postgresql', debug: !__prod__, } as const;
change to
entities: [Post], dbName: 'lireddit', type: 'postgresql', debug: !__prod__, } as Parameters<typeof MikroORM.init>[0];