From 235f3690cb8016c2be2946a6db471f28f6a5b923 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 28 Mar 2025 15:01:11 +0100 Subject: [PATCH] Disabled Devtools and Hot Reload --- capacitor.config.ts | 4 ++-- nuxt.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/capacitor.config.ts b/capacitor.config.ts index 6e25aa1..51ea1b9 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -7,10 +7,10 @@ const config: CapacitorConfig = { ios: { handleApplicationNotifications: false }, - server: { + /*server: { url: "http://192.168.1.226:3000", cleartext: true - } + }*/ }; export default config; diff --git a/nuxt.config.ts b/nuxt.config.ts index 861f850..8b0abc6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,7 +1,7 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { - enabled: true, + enabled: false, timeline: { enabled: true }