dev(ios): enable capacitor logging only when debug

This commit is contained in:
Andelf
2023-08-24 01:25:20 +08:00
parent 785d876f15
commit 74eea4bb1e

View File

@@ -8,6 +8,7 @@ const config: CapacitorConfig = {
appName: 'Logseq',
bundledWebRuntime: false,
webDir: 'public',
loggingBehavior: 'debug',
plugins: {
SplashScreen: {
launchShowDuration: 500,