Re-introduce safe inset areas

This commit is contained in:
Jon Staab
2025-05-08 11:05:27 -07:00
parent 6e5e1a0846
commit 841928783b
15 changed files with 96 additions and 86 deletions
+4 -4
View File
@@ -17,10 +17,10 @@ const config: CapacitorConfig = {
},
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
server: {
url: "http://192.168.1.115:1847",
cleartext: true
},
// server: {
// url: "http://192.168.1.115:1847",
// cleartext: true
// },
};
export default config;