···7979pnpm --filter cloudflare build:watch
8080```
81818282-Build and preview a Next.js sample application. For example, the `api` application:
8282+Build and preview a Next.js sample application. For example, the `app-router` application:
83838484```sh
8585-pnpm --filter api preview
8585+pnpm --filter app-router preview
8686```
87878888You can skip building the Next.js app when it has not been modified, and only run the Cloudflare adaptor tool:
89899090```sh
9191-SKIP_NEXT_APP_BUILD=true pnpm --filter api preview
9191+SKIP_NEXT_APP_BUILD=true pnpm --filter app-router preview
9292```
93939494## Checking the code