chore: add create-server-example fixture#14108
Conversation
create-server fixture
There was a problem hiding this comment.
I'm Bonk, and I've done a quick review of your PR.
This adds a create-server fixture with two test suites (Vite project and Wrangler project) that serve as documentation recipes for the createServer() API. The fixture structure, config files, vitest setup, and API usage all look correct.
Issues (ranked by severity):
- Unused dependency
@fixture/shared— declared inpackage.jsonbut never imported in any source or test file. This pulls in unnecessary transitive dependencies and may confuse readers looking at this fixture as a recipe.
|
I'm Bonk, and I've done a quick review of your PR. This adds a Issues found (1):
Review posted at: #14108 (review) |
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
d6068a6 to
9eb77e1
Compare
create-server fixturecreate-server-example fixture
|
Fixes n/a.
This adds a fixture we will reference in the Cloudflare docs to act as recipes of the new
createServer()API, covering both Wrangler and Vite projects.A picture of a cute animal (not mandatory, but encouraged)