diff --git a/3.0 project.config.json b/3.0 project.config.json new file mode 100644 index 0000000..3212ea2 --- /dev/null +++ b/3.0 project.config.json @@ -0,0 +1,31 @@ +{ + "compileType": "miniprogram", + "libVersion": "trial", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "auto", + "tabSize": 2 + }, + "appid": "wxf8556316cd4d60b7", + "projectname": "rollcall", + "cloudfunctionTemplateRoot": "cloudfunctionsTemplate/", + "cloudfunctionRoot": "cloudfunctions/" +} \ No newline at end of file