From 92c97b605f7416615cfd5685c2eb8811c22da660 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:30:27 -0600 Subject: [PATCH] shudwurl --- 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 762208f61..c53285685 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/watch-example2.mp4) +![usage](~/assets/docs/watch-example2.mp4) ## Adapting Older Projects