6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
export default {
|
|
defineConstants: {
|
|
TARO_APP_API: JSON.stringify(process.env.TARO_APP_API || 'https://nomadweb.nomadro.com/api/v1'),
|
|
},
|
|
}
|