mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-07 03:09:25 +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