Переглянути джерело

chore(deps): update rsapi 0.0.35

chore(build): default to file-sync prod env
Andelf 3 роки тому
батько
коміт
5f36380e7f

+ 1 - 1
.github/workflows/build-android.yml

@@ -23,7 +23,7 @@ on:
         description: 'File sync production mode'
         type: boolean
         required: true
-        default: false
+        default: true
   workflow_call:
     inputs:
       build-target:

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -32,7 +32,7 @@ on:
         description: 'File sync production mode'
         type: boolean
         required: true
-        default: false
+        default: true
       enable-plugins:
         description: 'Build with plugin system support'
         type: boolean

+ 1 - 1
resources/package.json

@@ -36,7 +36,7 @@
     "https-proxy-agent": "5.0.0",
     "@sentry/electron": "2.5.1",
     "posthog-js": "1.10.2",
-    "@logseq/rsapi": "0.0.34",
+    "@logseq/rsapi": "0.0.35",
     "electron-deeplink": "1.0.10",
     "abort-controller": "3.0.0"
   },