Skip to content

Commit edde91a

Browse files
authored
Remove Bun (cloudflare#19813)
1 parent cc990e7 commit edde91a

File tree

5 files changed

+0
-626
lines changed

5 files changed

+0
-626
lines changed

src/content/docs/developer-spotlight/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ Applications are currently open until Thursday, the 24th of October 2024. To app
2020
By Mackenly Jones
2121
</LinkTitleCard>
2222

23-
<LinkTitleCard
24-
title="Generate Dynamic OG Images using Cloudflare Workers"
25-
href="/workers/tutorials/generate-dynamic-og-images-using-workers/"
26-
>
27-
By Mohammed Abdulatef Al-Musaibeli
28-
</LinkTitleCard>
29-
3023
<LinkTitleCard
3124
title="Build a Voice Notes App with auto transcriptions using Workers AI"
3225
href="/workers-ai/tutorials/build-a-voice-notes-app-with-auto-transcription/"

src/content/docs/pages/get-started/c3.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ yarn create cloudflare [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
8989
pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
9090
```
9191

92-
</TabItem> <TabItem label="bun">
93-
94-
```sh
95-
bun create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
96-
```
97-
9892
</TabItem> </Tabs>
9993

10094
- `DIRECTORY` <Type text="string" /> <MetaInfo text="optional" />

src/content/docs/workers/languages/typescript/index.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ yarn remove @cloudflare/workers-types
7070
pnpm uninstall @cloudflare/workers-types
7171
```
7272

73-
</TabItem> <TabItem label="bun">
74-
75-
```sh
76-
bun remove @cloudflare/workers-types
77-
```
78-
7973
</TabItem> </Tabs>
8074

8175
##### Generate runtime types using wrangler
@@ -140,14 +134,6 @@ In CI, you may have separate build and test commands. It is best practice to run
140134
- run: pnpm test
141135
```
142136
143-
</TabItem> <TabItem label="bun">
144-
145-
```yaml
146-
- run: bun run generate-types
147-
- run: bun run build
148-
- run: bun test
149-
```
150-
151137
</TabItem> </Tabs>
152138
153139
By integrating the `wrangler types --experimental-include-runtime` command into your workflow this way, you ensure that your development environment, builds, and CI processes always use the most accurate and up-to-date types for your Cloudflare Worker, regardless of your specific framework or tooling choices.

0 commit comments

Comments
 (0)