This commit is contained in:
Zack Pollard
2024-05-21 09:05:05 +01:00
parent d9fe1bf51e
commit b50225327d
6 changed files with 914 additions and 8 deletions
+4 -1
View File
@@ -6,10 +6,13 @@ const config: CapacitorConfig = {
webDir: 'build',
server: {
url: 'http://192.168.10.242:2283',
// hostname: '192.168.10.242',
androidScheme: 'http',
cleartext: true,
allowNavigation: ['http://192.168.10.242:2283/api/*'],
allowNavigation: ['http://192.168.10.242:2283/api/*', 'http://localhost/*', 'https://localhost/*'],
},
plugins: {},
};
export default config;