mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +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 },
|
SplashScreen: { launchShowDuration: 0 },
|
||||||
CapacitorHttp: { enabled: false },
|
CapacitorHttp: { enabled: false },
|
||||||
CapacitorNodeJS: { nodeDir: 'nodejs' }
|
CapacitorNodeJS: { nodeDir: 'nodejs' }
|
||||||
|
},
|
||||||
|
server: {
|
||||||
|
cleartext: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue