When I executed the “NODE_ENV=production yarn start” command, an error occurred
My “.sequelizerc” file is configured as follows
var path = require(‘path’);
module.exports = {
‘config’: path.resolve(‘config.json’),
‘migrations-path’: path.resolve(‘lib’, ‘migrations’),
‘models-path’: path.resolve(‘lib’, ‘models’),
‘url’:‘mysql://root:QWE!#qwe123@localhost:3306/hedgedoc’
}