fix(server): fix migrations and seeds dir (#101)

This commit is contained in:
Ahmed Bouhuolia
2023-03-31 02:26:23 +02:00
committed by GitHub
parent 1ffa3a4b8b
commit b24a367438
4 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import 'reflect-metadata'; // We need this in order to use @Decorators
import '@/config';
import './before';
import '@/config';
import express from 'express';
import loadersFactory from 'loaders';