workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Let's say you had a worker that looks like so: ```ts import { init, wrapper } from 'third-party-lib'; init(); /** * @type {import('@cloudflare/workers-types').ExportedHandler} */ export default { async fetch(_request, _env,...
Bumps [create-astro](https://github.com/withastro/astro/tree/HEAD/packages/create-astro) from 4.8.0 to 4.8.3. Release notes Sourced from create-astro's releases. [email protected] Patch Changes #11733 391324d Thanks @bluwy! - Reverts back to arg package for CLI argument parsing [email protected]...
Bumps [create-analog](https://github.com/analogjs/analog) from 1.3.1 to 1.7.1. Release notes Sourced from create-analog's releases. v1.7.1 1.7.1 (2024-08-09) Bug Fixes platform: more normalization fixes (#1259) (3c909a8) platform: normalize root for finding page routes...
`workerd` supports step-through debugging. We should expose this capability with the Workers Vitest integration too. This should be a case of specifying Miniflare's `inspectorPort` option, but we'd need to be...
Add linting rule/check to PRs that fails if the changeset does not follow the format as outlined in the contributing guide: https://github.com/cloudflare/workers-sdk/blob/main/CONTRIBUTING.md#changeset-message-format
### Which Cloudflare product(s) does this pertain to? Miniflare, Workers Vitest Integration ### What version(s) of the tool(s) are you using? [email protected], @cloudflare/[email protected], [email protected] ### What version of Node are...
### Which Cloudflare product(s) does this pertain to? Workers Vitest Integration ### What version(s) of the tool(s) are you using? 3.63.1 [Wrangler], 0.4.9 [@cloudflare/vitest-pool-workers], 1.5.3 [vitest] ### What version of...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? [email protected] ### What version of Node are you using? v20.14.0 ### What...
Bumps [create-remix](https://github.com/remix-run/remix/tree/HEAD/packages/create-remix) from 2.11.1 to 2.11.2. Release notes Sourced from create-remix's releases. v2.11.2 See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112 Changelog Sourced from create-remix's changelog. 2.11.2 No significant changes to...
## Support symbolic links for static assets Fixes #3094 (auto-closed but not resolved) Supports symbolic links for static Pages assets in local dev server mode and in deploy. ## Author...