From 5cc194b0082e77d99837fbe4714f98cfba197e18 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:37:06 -0600 Subject: [PATCH] tasdf --- src/content/docs/v4/cli/build.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/v4/cli/build.mdx b/src/content/docs/v4/cli/build.mdx index c53285685..2ade88f96 100644 --- a/src/content/docs/v4/cli/build.mdx +++ b/src/content/docs/v4/cli/build.mdx @@ -132,7 +132,7 @@ the watch flag needs a `start` command. Depending on the **lock file** in your p if (pathExistsSync('bun.lock')) return 'bun start'; ``` -![usage](~/assets/docs/watch-example2.mp4) + ## Adapting Older Projects