forked from wangziqi/gongxue-base
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"miniprogramRoot": "dist/weapp/",
|
|
"projectname": "tiku-saas-taro",
|
|
"description": "工学教育 SaaS 题库 Taro 多端前端",
|
|
"appid": "touristappid",
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": false,
|
|
"minified": true
|
|
},
|
|
"compileType": "miniprogram"
|
|
}
|