Android Capacitor configurations

This commit is contained in:
Matthew Raymer
2025-01-10 11:04:59 +00:00
parent 0001eb8784
commit 9adb8b01ee
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;