Skip to content

Commit

Permalink
remove modules already in ogw-front
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Aug 29, 2024
1 parent e1b2bfe commit d2d2303
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
export default defineNuxtConfig({
extends: ["@geode/opengeodeweb-front"],

modules: [
"nuxt-electron",
"vuetify-nuxt-module",
[
"@pinia/nuxt",
{
autoImports: ["storeToRefs", "defineStore"],
},
],
"@nuxt/devtools",
"@vueuse/nuxt",
],
modules: ["nuxt-electron", "vuetify-nuxt-module", "@nuxt/devtools"],

electron: {
build: [
Expand All @@ -27,7 +16,7 @@ export default defineNuxtConfig({
},
},
],
disableDefaultOptions: true
disableDefaultOptions: true,
},
experimental: {
appManifest: false,
Expand Down Expand Up @@ -78,7 +67,7 @@ export default defineNuxtConfig({
},
watch: {
ignored: ["**"],
}
},
},

router: {
Expand Down

0 comments on commit d2d2303

Please sign in to comment.