6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export default {
|
|
defineConstants: {
|
|
TARO_APP_API: JSON.stringify(process.env.TARO_APP_API || 'http://127.0.0.1:8000/api/v1'),
|
|
},
|
|
}
|