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
<Warning>A specific Bun version is currently required for the dev command to work. This is due to a [bug](https://github.com/oven-sh/bun/issues/13799) with IPC. Please use Bun version 1.1.24 or lower: `curl -fsSL https://bun.sh/install | bash -s -- bun-v1.1.24`</Warning>
13
-
14
-
We now have experimental support for Bun. This guide will show you have to setup Trigger.dev in your existing Bun project, test an example task, and view the run.
15
-
16
-
<Warn>
17
-
The trigger.dev CLI does not yet support Bun. So you will need to run the CLI using Node.js. But
12
+
<Warning>
13
+
The trigger.dev CLI does not yet support Bun. So you will need to run the CLI using Node.js.
18
14
Bun will still be used to execute your tasks, even in the `dev` environment.
19
-
</Warn>
15
+
</Warning>
20
16
21
17
<Prerequisitesframework="Bun" />
22
18
19
+
## Known issues
20
+
21
+
- Certain OpenTelemetry instrumentation will not work with Bun, because Bun does not support Node's `register` hook. This means that some libraries that rely on this hook will not work with Bun.
22
+
23
23
## Initial setup
24
24
25
25
<Steps>
@@ -109,7 +109,3 @@ yarn dlx trigger.dev@latest dev
109
109
<CliViewRunStep />
110
110
111
111
</Steps>
112
-
113
-
## Known issues
114
-
115
-
- Certain OpenTelemetry instrumentation will not work with Bun, because Bun does not support Node's `register` hook. This means that some libraries that rely on this hook will not work with Bun.
0 commit comments