cloudflare / next-on-pages

CLI to build and develop Next.js apps for Cloudflare Pages
https://www.npmjs.com/package/@cloudflare/next-on-pages
MIT License
1.3k stars 126 forks source link

[⚡ Feature]: Add support for Cloudflare Workers + Experimental Assets #872

Open ItsWendell opened 2 months ago

ItsWendell commented 2 months ago

Description

In the recent versions for wrangler / workers-sdk we've seen support being added for Pages-like experimental assets. It would be great if we can allow running Next.js applications directly on Cloudflare Workers instead of Pages using the new experimental assets support. This unlocks features currently unavailable on Pages and improves performance. It also simplifies deployment and management.

Additional Information

No response

Would you like to help?