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

16 lines
296 B
JSON
Raw Normal View History

2023-05-05 10:59:37 +08:00
{
"miniprogramRoot": "./dist",
"projectname": "taro",
"description": "",
"appid": "touristappid",
2023-05-05 10:59:37 +08:00
"setting": {
"urlCheck": true,
2023-05-05 10:59:37 +08:00
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}