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 |
|
rev |
line source |
24
|
1 export { SlBreadcrumb, SlBreadcrumbItem } from "@shoelace-style/shoelace";
|
13
|
2 export { IngestDrop } from "./IngestDrop";
|
|
3 export { IngestStatus } from "./IngestStatus";
|
19
|
4
|
24
|
5 import { setBasePath } from "@shoelace-style/shoelace";
|
|
6 import '@shoelace-style/shoelace/dist/themes/dark.css';
|
|
7 setBasePath("../@fs/opt/node_modules/@shoelace-style/shoelace/dist"); |