Disabled Devtools and Hot Reload
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user