fix: disable custom.js on mobile

This commit is contained in:
Tienson Qin
2021-11-27 11:11:04 +08:00
parent a4608fbf79
commit 60d1a48fb0
4 changed files with 64 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ const config: CapacitorConfig = {
// do not commit this into source control
// source: https://capacitorjs.com/docs/guides/live-reload
, server: {
url: "http://192.168.0.104:3001" //process.env.LOGSEQ_APP_SERVER_URL,
url: process.env.LOGSEQ_APP_SERVER_URL,
cleartext: true
}
};