mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
* Bump wrangler@4.1.0 * Add _headers back * Remove double-slash evaluation in Worker * Add /api redirect
8 lines
291 B
JSON
8 lines
291 B
JSON
{
|
|
"astro.content-intellisense": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"cSpell.enableFiletypes": ["mdx"],
|
|
"files.associations": { "__redirects": "plaintext", "_headers": "plaintext" }
|
|
}
|