Niza Sichi

Results 2 issues of Niza Sichi

### Environment ```json "dependencies": { "@nuxt/fonts": "0.11.4", "@nuxt/icon": "1.13.0", "@nuxt/image": "1.10.0", "@tailwindcss/vite": "^4.1.7", "nuxt": "^3.17.3", "tailwindcss": "^4.1.7", "vue": "^3.5.14", "vue-router": "^4.5.1" }, "devDependencies": { "typescript": "^5.8.3" } ``` Deno version:...

bug

I discovered that the Nuxt module is quite helpful for my projects. However, when I attempted to write type-safe code, I ran into an issue. With nuxt-auth-utils, I am able...

question