Android Capacitor configurations

This commit is contained in:
Matthew Raymer
2025-01-10 11:04:59 +00:00
parent 76e6b42f99
commit a64e281808
6 changed files with 10 additions and 6 deletions

View File

@@ -5,6 +5,9 @@ const config: CapacitorConfig = {
appName: 'TimeSafari',
webDir: 'dist',
bundledWebRuntime: false,
server: {
cleartext: true,
},
};
export default config;