-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abysmally slow nuxt dev
on NixOS
#39
Labels
Comments
Hey there I also got the same issue but using Archlinux
|
Hey there @auctumnus , can you set the export variable and see which step is taking up most of your time? Also the same @Dzyanino. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I tried to set up Prisma with Nuxt, but it appears to cause
nuxt dev
to be abysmally slow, even if it's not actually enabled as a module.Fresh Nuxt project (808ms):
With
"@prisma/nuxt": "^0.0.35"
independencies
and"@prisma/client": "^5.19.1", "prisma": "^5.19.1"
indevDependencies
(100203 ms, or nearly 2 minutes):This is the
flake.nix
I'm using in both:Is there anything else I can do to help debug this issue?
The text was updated successfully, but these errors were encountered: