Rework subscription storage

This commit is contained in:
Jon Staab
2026-01-23 16:51:02 -08:00
parent 2528e4acad
commit 646b8f8736
6 changed files with 219 additions and 170 deletions
+4 -4
View File
@@ -27,10 +27,10 @@ const config: CapacitorConfig = {
},
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
// server: {
// url: "http://192.168.1.65:1847",
// cleartext: true
// },
server: {
url: "http://192.168.1.65:1847",
cleartext: true
},
};
export default config;