This commit is contained in:
lesion
2019-06-06 23:54:32 +02:00
parent 745b9247c9
commit 3ca818f016
66 changed files with 989 additions and 532 deletions

7
.sequelizerc Normal file
View File

@@ -0,0 +1,7 @@
const path = require('path')
module.exports = {
'config': path.resolve('server' ,'config.js'),
'migrations-path': path.resolve('server', 'migrations'),
'models-path': path.resolve('server', 'api', 'models')
}