Disabled Devtools and Hot Reload

This commit is contained in:
2025-03-28 15:01:11 +01:00
parent 548e85a00a
commit 235f3690cb
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ const config: CapacitorConfig = {
ios: { ios: {
handleApplicationNotifications: false handleApplicationNotifications: false
}, },
server: { /*server: {
url: "http://192.168.1.226:3000", url: "http://192.168.1.226:3000",
cleartext: true cleartext: true
} }*/
}; };
export default config; export default config;

View File

@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config // https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({ export default defineNuxtConfig({
devtools: { devtools: {
enabled: true, enabled: false,
timeline: { timeline: {
enabled: true enabled: true
} }