Files
gitlab-instance-0a899031_no…/config/dev.js
2026-03-07 20:02:47 -06:00

21 lines
313 B
JavaScript

module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
'process.env.TARO_API_API': JSON.stringify("/api")
},
mini: {},
h5: {
devServer: {
hot: true,
client: {
overlay: {
errors: true,
warnings: false
}
}
}
}
}