mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-06 09:39:24 +00:00
fix: capacitor server access
This commit is contained in:
parent
215692ae8b
commit
d4b82958c4
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ const config = {
|
|||
SplashScreen: { launchShowDuration: 0 },
|
||||
CapacitorHttp: { enabled: false },
|
||||
CapacitorNodeJS: { nodeDir: 'nodejs' }
|
||||
},
|
||||
server: {
|
||||
cleartext: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue