wifi-assistant/project.config.json

16 lines
306 B
JSON
Raw Permalink Normal View History

2024-12-27 14:44:32 +00:00
{
2025-02-12 05:55:57 +00:00
"miniprogramRoot": "./dist",
"projectname": "wifi-assistant",
"description": "",
"appid": "touristappid",
2024-12-27 14:44:32 +00:00
"setting": {
2025-02-12 05:55:57 +00:00
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
2024-12-27 14:44:32 +00:00
},
2025-02-12 05:55:57 +00:00
"compileType": "miniprogram"
}