annotate src/ingest/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 1a9a8af1aa19
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 19
diff changeset
1 export { SlBreadcrumb, SlBreadcrumbItem } from "@shoelace-style/shoelace";
13
b73941c4dc0a more wip on ingest page; shared styles
drewp@bigasterisk.com
parents:
diff changeset
2 export { IngestDrop } from "./IngestDrop";
b73941c4dc0a more wip on ingest page; shared styles
drewp@bigasterisk.com
parents:
diff changeset
3 export { IngestStatus } from "./IngestStatus";
19
f0a773084a2e add shoelace
drewp@bigasterisk.com
parents: 13
diff changeset
4
24
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 19
diff changeset
5 import { setBasePath } from "@shoelace-style/shoelace";
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 19
diff changeset
6 import '@shoelace-style/shoelace/dist/themes/dark.css';
1a9a8af1aa19 breadcrumbs and tree view UI
drewp@bigasterisk.com
parents: 19
diff changeset
7 setBasePath("../@fs/opt/node_modules/@shoelace-style/shoelace/dist");