Files
banban/banban-mini/config/dev.js

13 lines
243 B
JavaScript

module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
__APP_ENV__: '"development"',
// Local backend for daily development.
__API_BASE_URL__: '"http://192.168.101.78:8001"'
},
mini: {},
h5: {}
}