mirror of
https://github.com/KevinMidboe/leifsbackend.git
synced 2025-10-29 17:50:20 +00:00
Working backend setup with endpoints and database setup for adventures.
This commit is contained in:
8
.sequelizerc
Normal file
8
.sequelizerc
Normal file
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
"config": path.resolve('./src/db/config', 'config.json'),
|
||||
"models-path": path.resolve('./src/db/models'),
|
||||
"seeders-path": path.resolve('./src/db/seeders'),
|
||||
"migrations-path": path.resolve('./src/db/migrations')
|
||||
};
|
||||
Reference in New Issue
Block a user