now that PDSls has blob uploading i don't have to make the uploader first. yaaay
3 lines
154 B
TypeScript
3 lines
154 B
TypeScript
if (!globalThis.URLPattern) await import("npm:urlpattern-polyfill@10");
|
|
|
|
export const VIDEO_PATTERN = new URLPattern({ pathname: "/:repo/video/:rkey" });
|