You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: C3 - use comment-json to parse and stringify JSON files
This makes it possible to preserve comments in JSON(C) files that contain them.
* test: C3 - tiny refactoring of workers tests for wrangler config existence
* feat: C3 - add experimental Vite+workerd on Workers+Assets template
* test
* add changeset
* fixup! test
* avoiding the grammar police
* fix vitest warnings
* tighten up c3 turbo inputs
* improve user agent spoofing
* skip react on yarn
The create-vite app wants to process the npm_config_user_agent to get the version of yarn,
but for some reason this gets stripped by the fact we are faking it and actually running pnpx.
* further fixups
* update template files to match target formatting
* fix broken lock file
* extend the 'waitForReady' timeout to avoid flakes on Windows
* re-enable yarn tests for react+vite C3 template
* add Cloudflare to the React+Vite framework starter
* fix indentation
* only override npm_config_user_agent for yarn if it is not already a yarn user agent
* fix test expectations
* fix e2e tests
* fix e2e tests
* fix up hono e2e test
* fix up docusaurus e2e tests
* maybe fix qwik
* fixup! maybe fix qwik
0 commit comments