Replace composable with Pinia store for persistent auth state
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: ['@nuxtjs/tailwindcss'],
|
||||
modules: ['@nuxtjs/tailwindcss', '@pinia/nuxt'],
|
||||
|
||||
nitro: {
|
||||
preset: 'node-server',
|
||||
|
||||
Reference in New Issue
Block a user