char/sorcery
static-files based git repo viewer
git clone https://git.t4t.associates/char/sorcery
d540258
main
1import { build } from "jsr:@char/aftercare/bundle" ; 2 3await Deno . remove ( "./dist" , { recursive :true }). catch (() => {}); 4await build ({ 5in :[ "./main.tsx" ], 6outDir :"./dist" , 7overrides :{ entryNames :"[name]" , chunkNames :"chunks/[name]-[hash]" }, 8});