Colubrina/backend/.sequelizerc

5 lines
98 B
Text
Raw Normal View History

2022-08-07 00:35:00 +10:00
var path = require('path')
module.exports = {
'config': path.resolve('config/database.json'),
}