this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change example app in contributing doc (#980)

authored by

James Anderson and committed by
GitHub
73b71118 efc095b6

+3 -3
+3 -3
CONTRIBUTING.md
··· 79 79 pnpm --filter cloudflare build:watch 80 80 ``` 81 81 82 - Build and preview a Next.js sample application. For example, the `api` application: 82 + Build and preview a Next.js sample application. For example, the `app-router` application: 83 83 84 84 ```sh 85 - pnpm --filter api preview 85 + pnpm --filter app-router preview 86 86 ``` 87 87 88 88 You can skip building the Next.js app when it has not been modified, and only run the Cloudflare adaptor tool: 89 89 90 90 ```sh 91 - SKIP_NEXT_APP_BUILD=true pnpm --filter api preview 91 + SKIP_NEXT_APP_BUILD=true pnpm --filter app-router preview 92 92 ``` 93 93 94 94 ## Checking the code