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: {
handleApplicationNotifications: false
},
server: {
/*server: {
url: "http://192.168.1.226:3000",
cleartext: true
}
}*/
};
export default config;

View File

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