We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc095b commit 73b7111Copy full SHA for 73b7111
CONTRIBUTING.md
@@ -79,16 +79,16 @@ or in watch mode with:
79
pnpm --filter cloudflare build:watch
80
```
81
82
-Build and preview a Next.js sample application. For example, the `api` application:
+Build and preview a Next.js sample application. For example, the `app-router` application:
83
84
```sh
85
-pnpm --filter api preview
+pnpm --filter app-router preview
86
87
88
You can skip building the Next.js app when it has not been modified, and only run the Cloudflare adaptor tool:
89
90
91
-SKIP_NEXT_APP_BUILD=true pnpm --filter api preview
+SKIP_NEXT_APP_BUILD=true pnpm --filter app-router preview
92
93
94
## Checking the code
0 commit comments