完善保险端前后端和养殖端小程序
This commit is contained in:
8
insurance_backend/.sequelizerc
Normal file
8
insurance_backend/.sequelizerc
Normal file
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('config', 'config.json'),
|
||||
'models-path': path.resolve('models'),
|
||||
'seeders-path': path.resolve('seeders'),
|
||||
'migrations-path': path.resolve('migrations')
|
||||
};
|
||||
Reference in New Issue
Block a user