Feat : add Pinia store

This commit is contained in:
2024-05-17 09:42:14 +02:00
parent 8264e4db74
commit 29503982f4
3 changed files with 69 additions and 0 deletions
+3
View File
@@ -8,4 +8,7 @@ export default defineNuxtConfig({
discordLoginEndpoint: ''
}
},
modules: [
'@pinia/nuxt',
],
})