mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
mayhaps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user