develop with `next dev`. When you are done developing and want to deploy, run `wrangler pages dev` t
develop with
By default, the entry point is the build directory, so add the following to your
Note:
next dev. When you are done developing and want to deploy, run wrangler pages dev to test the final version before deployment.By default, the entry point is the build directory, so add the following to your
wrangler.tomlNote:
wrangler dev runs a worker, but next-on-pages is a pages feature (which is a subset of workers). So, wrangler dev will probably not be compatible with next-on-pages, so please use wrangler pages dev.


