No Description

project.config.json 249B

1234567891011121314
  1. {
  2. "miniprogramRoot": "./dist",
  3. "projectname": "myDemo",
  4. "description": "test",
  5. "appid": "touristappid",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false
  11. },
  12. "compileType": "miniprogram"
  13. }