first commit
This commit is contained in:
11
.sequelizerc
Normal file
11
.sequelizerc
Normal file
@@ -0,0 +1,11 @@
|
||||
const path = require("path");
|
||||
|
||||
require("ts-node/register");
|
||||
require("tsconfig-paths/register");
|
||||
|
||||
module.exports = {
|
||||
config: path.resolve("src/config/config.ts"),
|
||||
"models-path": path.resolve("src/models"),
|
||||
"migrations-path": path.resolve("src/migrations"),
|
||||
"seeders-path": path.resolve("src/seeders")
|
||||
};
|
||||
Reference in New Issue
Block a user