From 90a3170ffdab98ec229a080c598e453f97b2a365 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Fri, 12 Jan 2024 16:05:15 -0500 Subject: [PATCH] minor revert --- capacitor.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capacitor.config.ts b/capacitor.config.ts index 8bd5d8a7..70c04cbd 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -6,8 +6,8 @@ const config: CapacitorConfig = { webDir: "out", server: { androidScheme: "https", - // url: "http://localhost:3000", - // cleartext: true, + url: "http://localhost:3000", + cleartext: true, }, plugins: { CapacitorHttp: {