Valentin

Results 28 comments of Valentin

any thoughts, guys? I have no idea where I should find the answer. Drop some, please

I've ended up with following: backpack.config.js ``` const entries = { api: './src/index.js', service: './src/service.js', } module.exports = { webpack: (config, options, webpack) => { delete config.entry.main; config.entry[process.env.BACKPACK_ENTRY] = [...

`nuxt dev` works perfectly though. What could be wrong?

any ideas? I have the same issue. existed project, all middlewares are commented. ``` "@google-cloud/logging-winston": "^4.0.5", "@sendgrid/mail": "^7.4.4", "@types/multer": "^1.4.7", "axios": "^0.21.1", "body-parser": "^1.19.0", "cors": "^2.8.5", "crypto-js": "^4.0.0", "dotenv": "^8.2.0",...

Great, thank you for your (quite fast!) answer!