Files
banban/banban-mini/config/dev.js
2026-04-22 17:25:03 +08:00

13 lines
270 B
JavaScript

module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
__APP_ENV__: '"development"',
// Update this to your LAN backend when testing on a real device.
__API_BASE_URL__: '"http://192.168.101.86:8001"',
},
mini: {},
h5: {}
}