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.10.36:8001"', }, mini: {}, h5: {} }