Mercurial > code > home > repos > video
view src/main.ts @ 38:0aea9e55899b
hack in path router - dirs kind of work; putting a video in the path doesn't
author | drewp@bigasterisk.com |
---|---|
date | Wed, 04 Dec 2024 21:50:16 -0800 |
parents | 1a9a8af1aa19 |
children |
line wrap: on
line source
export { VideoPage } from "./VideoPage"; import { setBasePath } from "@shoelace-style/shoelace"; import '@shoelace-style/shoelace/dist/themes/dark.css'; setBasePath("/video/@fs/opt/node_modules/@shoelace-style/shoelace/dist");