Mercurial > code > home > repos > video
annotate src/main.ts @ 24:1a9a8af1aa19
breadcrumbs and tree view UI
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:35:18 -0700 |
parents | 78c1a2983010 |
children | 0aea9e55899b |
rev | line source |
---|---|
2
78c1a2983010
rewrite UI and file serving parts; use vite
drewp@bigasterisk.com
parents:
0
diff
changeset
|
1 export { VideoPage } from "./VideoPage"; |
24 | 2 |
3 import { setBasePath } from "@shoelace-style/shoelace"; | |
4 import '@shoelace-style/shoelace/dist/themes/dark.css'; | |
5 setBasePath("@fs/opt/node_modules/@shoelace-style/shoelace/dist"); |