axios-miniprogram/examples/taro/project.tt.json

10 lines
139 B
JSON
Raw Normal View History

2023-05-05 10:59:37 +08:00
{
"miniprogramRoot": "./",
"projectname": "taro",
2023-05-05 10:59:37 +08:00
"appid": "testAppId",
"setting": {
"es6": false,
"minified": false
}
}