feat: init

This commit is contained in:
eric
2022-11-12 14:46:03 +02:00
parent d3ae469a7d
commit fa3b76de1f
16 changed files with 358 additions and 0 deletions

9
project.tt.json Normal file
View File

@@ -0,0 +1,9 @@
{
"miniprogramRoot": "./",
"projectname": "myApp",
"appid": "testAppId",
"setting": {
"es6": false,
"minified": false
}
}