video.cerulea.blue/_client_build.ts
Charlotte Som a25ec9f235 complete viewer
now that PDSls has blob uploading i don't have to make the uploader
first. yaaay
2025-06-04 23:10:23 +01:00

7 lines
168 B
TypeScript

import * as esbuild from "@char/aftercare/esbuild";
esbuild.build({
in: ["./client/viewer.tsx"],
outDir: "./web/dist",
watch: Deno.args.includes("--watch"),
});