feat: change to require for .sequlizerc
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import path from 'path';
|
const path = require('path');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'config': path.resolve('server/src/db/config', 'database.js'),
|
'config': path.resolve('server/src/db/config', 'database.js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user