diff 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 diff
--- a/src/main.ts	Tue Dec 03 19:28:11 2024 -0800
+++ b/src/main.ts	Wed Dec 04 21:50:16 2024 -0800
@@ -2,4 +2,4 @@
 
 import { setBasePath } from "@shoelace-style/shoelace";
 import '@shoelace-style/shoelace/dist/themes/dark.css';
-setBasePath("@fs/opt/node_modules/@shoelace-style/shoelace/dist");
\ No newline at end of file
+setBasePath("/video/@fs/opt/node_modules/@shoelace-style/shoelace/dist");
\ No newline at end of file