This commit is contained in:
Jacob Nguyen
2025-02-04 21:30:27 -06:00
parent a773a1d658
commit 92c97b605f

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/watch-example2.mp4)
![usage](~/assets/docs/watch-example2.mp4)
## Adapting Older Projects