Cahnges to make compatible

This commit is contained in:
2025-03-24 11:54:56 +01:00
parent 5418c0195e
commit bb7d7ae3a9
9 changed files with 71 additions and 18 deletions

View File

@@ -6,6 +6,10 @@ const config: CapacitorConfig = {
webDir: 'dist',
ios: {
handleApplicationNotifications: false
},
server: {
url: "http://192.168.1.226:3000",
cleartext: true
}
};