feat: Convert ts files to js files for config folder
This commit is contained in:
4
packages/backend/src/config/orm.js
Normal file
4
packages/backend/src/config/orm.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Model } from 'objection';
|
||||
import { client } from './database';
|
||||
|
||||
Model.knex(client);
|
Reference in New Issue
Block a user