This commit is contained in:
Jacob Nguyen
2025-02-04 21:37:06 -06:00
parent 92c97b605f
commit 5cc194b008

View File

@@ -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/docs/watch-example2.mp4)
<video width="640" height="360" src="~/assets/docs/watch-example2.mp4" controls></video>
## Adapting Older Projects