seems good

This commit is contained in:
41666 2023-10-03 00:46:52 -04:00
parent a9cb149999
commit d1e95047fc
14 changed files with 110 additions and 402 deletions

View file

@ -16,6 +16,11 @@ await Bun.build({
entrypoints: works,
outdir: "html",
splitting: true,
loader: {
".glsl": "text",
".wgsl": "text",
},
minify: true,
});
console.log(chalk.green`>> Generating HTML and Markdown ...`);