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