optimize bundle size and resize/sharp image upload

fix #11
This commit is contained in:
lesion
2019-03-07 22:39:12 +01:00
parent 817359043d
commit 5f55d487db
13 changed files with 97 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ const conf = require('./config.js')
console.error(conf.db)
const db = new Sequelize(conf.db)
//db.sync({ force: true })
// db.sync({ force: true })
// db.sync()
module.exports = db