feat: Convert ts files to js files for config folder

This commit is contained in:
Faruk AYDIN
2023-12-28 13:09:24 +01:00
parent e66b492df3
commit 9f7e2b986b
5 changed files with 4 additions and 65 deletions

View File

@@ -0,0 +1,4 @@
import { Model } from 'objection';
import { client } from './database';
Model.knex(client);