Files
taro-template/dist/project.config.json

15 lines
310 B
JSON
Raw Normal View History

2024-12-18 16:05:16 +08:00
{
"miniprogramRoot": "./",
"projectname": "taro-template",
"description": "taro模版",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}