fix(mobile): today's journal not created automatically

This commit is contained in:
Tienson Qin
2021-09-28 09:32:21 +08:00
parent 2046a56e40
commit a7b8fd7fe9
5 changed files with 11 additions and 8 deletions

View File

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