game/project.config.json
2019-02-14 13:21:52 +08:00

14 lines
257 B
JSON

{
"description": "A WePY project",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram",
"appid": "touristappid",
"projectname": "game",
"miniprogramRoot": "./dist"
}