From 59c98e26d89571ee5436c124d36b894d2e5db350 Mon Sep 17 00:00:00 2001 From: Mykhailo Marynenko Date: Wed, 26 Feb 2025 11:56:56 -0800 Subject: [PATCH] docs: update bun.mdx --- docs/guides/frameworks/bun.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guides/frameworks/bun.mdx b/docs/guides/frameworks/bun.mdx index 380ebcdc1d..8efea3f4d0 100644 --- a/docs/guides/frameworks/bun.mdx +++ b/docs/guides/frameworks/bun.mdx @@ -9,8 +9,6 @@ import Prerequisites from "/snippets/framework-prerequisites.mdx"; import CliRunTestStep from "/snippets/step-run-test.mdx"; import CliViewRunStep from "/snippets/step-view-run.mdx"; -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` - 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.