From f6ac97695eedef7df7dc9179dd6473ff92e426e6 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:17:16 -0600 Subject: [PATCH] mayhaps --- src/content/docs/v4/cli/build.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/content/docs/v4/cli/build.mdx b/src/content/docs/v4/cli/build.mdx index 31b888ffa..679cb3e5c 100644 --- a/src/content/docs/v4/cli/build.mdx +++ b/src/content/docs/v4/cli/build.mdx @@ -132,7 +132,12 @@ the watch flag needs a `start` command. Depending on the **lock file** in your p if (pathExistsSync('bun.lock')) return 'bun start'; ``` - + +import VideoUrl from "~/assets/docs/watch-example2.mp4" + + ## Adapting Older Projects