UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
governance-api
/
.sequelizerc
7 lines
(5 loc)
•
159 B
Plain Text
View Raw
1
2
3
4
5
6
7
const
path
=
require
(
'path'
);
module
.exports = {
'config'
:
path
.resolve(
'lib'
,
'config'
,
'sequelize.js'
),
'migrations-path'
:
path
.resolve(
'migrations'
) }