Commit 0fda8d22 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

f

parent 80fa4334
import { Sequelize } from 'sequelize'; import { Sequelize } from 'sequelize';
import { config as loadEnv } from 'dotenv'; import { config as loadEnv } from 'dotenv';
import { initModels } from '#models/init-models'; import { initModels } from './init-models';
loadEnv({ override: true }); loadEnv({ override: true });
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment