annotate src/main.ts @ 49:1bd17c2e5517 default tip

video.py must sign video urls for serve-files.js to serve them
author drewp@bigasterisk.com
date Fri, 06 Dec 2024 17:13:51 -0800
parents 0aea9e55899b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 2
diff changeset
2
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 2
diff changeset
3 import { setBasePath } from "@shoelace-style/shoelace";
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 2
diff changeset
4 import '@shoelace-style/shoelace/dist/themes/dark.css';
38
0aea9e55899b hack in path router - dirs kind of work; putting a video in the path doesn't
drewp@bigasterisk.com
parents: 24
diff changeset
5 setBasePath("/video/@fs/opt/node_modules/@shoelace-style/shoelace/dist");