feat: select route

This commit is contained in:
2026-07-04 23:18:17 +02:00
parent 55f052169c
commit 44ce3b40c5
9 changed files with 131 additions and 61 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ export default defineNuxtConfig({
modules: ["@nuxt/eslint", "nuxt-maplibre"],
vite: {
optimizeDeps: {
noDiscovery: true,
include: ["maplibre-gl"],
// noDiscovery: true,
// include: ["maplibre-gl"],
},
},
});