Conversation
commit: |
conico974
approved these changes
Aug 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository documentation for running tests locally and removes an outdated/unmaintained Cloudflare “create” template from the monorepo.
Changes:
- Expanded
README.mdtesting instructions (unit + e2e, AWS + Cloudflare). - Removed the
create-cloudflare/nexttemplate and its associated config/source/assets.
Reviewed changes
Copilot reviewed 17 out of 24 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds detailed local testing instructions (unit + e2e) and Cloudflare e2e steps. |
| create-cloudflare/next/wrangler.jsonc | Removes outdated Cloudflare template Wrangler config. |
| create-cloudflare/next/tsconfig.json | Removes template TypeScript config. |
| create-cloudflare/next/src/app/page.tsx | Removes template app page. |
| create-cloudflare/next/src/app/layout.tsx | Removes template root layout. |
| create-cloudflare/next/src/app/globals.css | Removes template global styles. |
| create-cloudflare/next/README.md | Removes template README. |
| create-cloudflare/next/public/window.svg | Removes template asset. |
| create-cloudflare/next/public/next.svg | Removes template asset. |
| create-cloudflare/next/public/globe.svg | Removes template asset. |
| create-cloudflare/next/public/file.svg | Removes template asset. |
| create-cloudflare/next/public/favicon.svg | Removes template favicon. |
| create-cloudflare/next/public/_headers | Removes template headers config. |
| create-cloudflare/next/postcss.config.mjs | Removes template PostCSS config. |
| create-cloudflare/next/package.json | Removes template package manifest. |
| create-cloudflare/next/open-next.config.ts | Removes template OpenNext Cloudflare config. |
| create-cloudflare/next/next.config.ts | Removes template Next.js config. |
| create-cloudflare/next/.vscode/settings.json | Removes template editor settings. |
| create-cloudflare/next/.oxlintrc.json | Removes template lint config. |
| create-cloudflare/next/.gitignore | Removes template gitignore. |
| create-cloudflare/next/.dev.vars | Removes template local Wrangler env vars. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first commit add instructions to run the tests locally.
The second commit remove the c3 template for Cloudflare. It is outdated and not maintained.
We'll add a new template when the adapters is ready.