Files
2026-01-01 19:50:25 +08:00

11 lines
167 B
JavaScript
Executable File

module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
'process.env.TARO_API_API': JSON.stringify("/api")
},
mini: {},
h5: {}
}