feat: init ios/android template

This commit is contained in:
Weihua Lu
2021-09-10 17:51:46 +08:00
committed by Tienson Qin
parent 4d59cb9dec
commit f2afcd707e
94 changed files with 2011 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{
"appId": "com.logseq.app",
"appName": "Logseq",
"webDir": "public",
"bundledWebRuntime": false,
"server": {
"url": "http://192.168.50.122:3001",
"cleartext": true
}
}