Deployment
@frame/next is a dynamic Next.js (App Router) application that makes heavy use of server-side rendering (SSR), Server Actions, and runtime data validation. It therefore requires an environment capable of running Node.js for hosting.
Production preparation
Section titled “Production preparation”Before deploying the application, make sure the project builds successfully.
pnpm -F next build