Hello, I am still struggling to understand on how to run a next-on-pages dev environment. How do I r
Hello, I am still struggling to understand on how to run a next-on-pages dev environment.
How do I run it like
If I run
If I run
How do I run it like
npx next dev would (with instant updates as I change the code, instead of needing to compile everything all the time).If I run
wrangler pages dev it will run an outdated version of what I locally have (which I assume is my last build).If I run
wrangler dev it is asking me to specify an entry point, which I don't now what to put in there for the dev environment.


