Replies: 1 comment 1 reply
-
Correct me if I'm wrong, but wouldn't it be easier to use nextjs directly for the use cases where you don't need blitz? Maybe you can explain why you want to Setup your project with blitz and then removing blitz from the project? If I misunderstood your question, sorry for that ✌️ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not all projects I work with need blitz, but when I try to run next build on a non blitz project, it gives me an error saying to change next.config to blitz.config and refuses to build, even after uninstalling globally and clearing the package cache. Had blitz not interfered with my other projects, I would have used it, but forcing anything next to require blitz is bordering on malicious. How do I remove the blitz checker?
Beta Was this translation helpful? Give feedback.
All reactions