mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
feat: init ios/android template
This commit is contained in:
10
android/app/src/main/assets/capacitor.config.json
Normal file
10
android/app/src/main/assets/capacitor.config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user