fix(mobile): refresh

This commit is contained in:
Tienson Qin
2021-11-27 17:46:32 +08:00
parent 7101b8c491
commit d0d25b5ad4
6 changed files with 80 additions and 60 deletions

View File

@@ -16,10 +16,10 @@ const config: CapacitorConfig = {
}
// do not commit this into source control
// source: https://capacitorjs.com/docs/guides/live-reload
// , server: {
// url: process.env.LOGSEQ_APP_SERVER_URL,
// cleartext: true
// }
, server: {
url: process.env.LOGSEQ_APP_SERVER_URL,
cleartext: true
}
};
export = config;