fix: capacitor server access

This commit is contained in:
ThaUnknown 2023-12-07 13:00:13 +01:00
parent 215692ae8b
commit d4b82958c4

View file

@ -15,6 +15,9 @@ const config = {
SplashScreen: { launchShowDuration: 0 },
CapacitorHttp: { enabled: false },
CapacitorNodeJS: { nodeDir: 'nodejs' }
},
server: {
cleartext: true
}
}