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 }