This commit is contained in:
Jacob Nguyen
2025-02-04 22:17:16 -06:00
parent 2a7a57236c
commit f6ac97695e

View File

@@ -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';
```
<video width="640" height="360" src="~/assets/docs/watch-example2.mp4" controls type="video/mp4"></video>
import VideoUrl from "~/assets/docs/watch-example2.mp4"
<video width="640" height="360" src="blob:/assets/docs/watch-example2.mp4" controls type="video/mp4">
<source src={VideoUrl} webkit-playsinline="" type="video/mp4"> </source>
</video>
## Adapting Older Projects