From d4b82958c4ebcae9954a82be44eb38e4acdd69cf Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:00:13 +0100 Subject: [PATCH] fix: capacitor server access --- capacitor/capacitor.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capacitor/capacitor.config.js b/capacitor/capacitor.config.js index eef3cde..2b27f6a 100644 --- a/capacitor/capacitor.config.js +++ b/capacitor/capacitor.config.js @@ -15,6 +15,9 @@ const config = { SplashScreen: { launchShowDuration: 0 }, CapacitorHttp: { enabled: false }, CapacitorNodeJS: { nodeDir: 'nodejs' } + }, + server: { + cleartext: true } }