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