wip: use pinia
This commit is contained in:
+2
-2
@@ -2,11 +2,11 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
modules: ["@nuxt/eslint", "nuxt-maplibre"],
|
||||
modules: ["@nuxt/eslint", "nuxt-maplibre", "@pinia/nuxt"],
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
// noDiscovery: true,
|
||||
// include: ["maplibre-gl"],
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user