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: {