-
## The problem
When I install @prisma/nuxt and start at dev mode everything works until "Generating Prisma client...". At this moment it just freezes and nothing happens
## Steps to reproduce:
…
-
### Environment
Nuxt project info: 10:54:41 AM
------------------------------
…
-
### Environment
```
❯ npx nuxi info
Working directory: /Users/drusellers/dev/drusellers/learning/NuxtScss …
-
```typescript
import {defineAbility} from "nuxt-authorization/utils";
const testAbility = defineAbility((user) => {
console.log(user)
return true
})
1
2
…
-
-
Hello is this compatible with Nuxt 3?
I tried to create a nuxt plugin like this, but without results:
```
import { defineNuxtPlugin } from "#app";
export default defineNuxtPlugin(async (nuxtAp…
-
Are you planning on adding Nuxt 3 support?
-
Here are a few ideas and suggestions that might be worth considering for future updates:
1. Adding basic meta tags, such as:
```
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content:…
-
### Environment
- Operating System: `Linux`
- Node Version: `v22.6.0`
- Nuxt Version: `3.14.1592`
- CLI Version: `3.15.0`
- Nitro Version: `2.10.4`
- Package Manager: `pnpm@9.13.2`
-…
-
### Environment
Nuxt project info: 15:38:38
-------------------------…