Disabled Devtools and Hot Reload
This commit is contained in:
@@ -7,10 +7,10 @@ const config: CapacitorConfig = {
|
||||
ios: {
|
||||
handleApplicationNotifications: false
|
||||
},
|
||||
server: {
|
||||
/*server: {
|
||||
url: "http://192.168.1.226:3000",
|
||||
cleartext: true
|
||||
}
|
||||
}*/
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
timeline: {
|
||||
enabled: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user