refactor(backend): Splits seeding
This commit is contained in:
parent
f8035099c9
commit
52efb03ecd
3 changed files with 81 additions and 71 deletions
|
@ -5,7 +5,7 @@ import { errorHandler } from '../src/middleware/error-handling/error-handler.js'
|
|||
import dotenv from 'dotenv';
|
||||
import cors from '../src/middleware/cors';
|
||||
import { authenticateUser } from '../src/middleware/auth/auth';
|
||||
import { seedORM } from './seed';
|
||||
import { seedORM } from './seedORM';
|
||||
|
||||
const envFile = '../.env.test';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue