8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
export default {
|
|
env: {
|
|
TARO_APP_CLOUD_ENV: JSON.stringify(process.env.TARO_APP_CLOUD_ENV || 'cloud1-d4g697lte499543d8')
|
|
},
|
|
defineConstants: {}
|
|
}
|
|
|