seems good
This commit is contained in:
parent
a9cb149999
commit
d1e95047fc
14 changed files with 110 additions and 402 deletions
5
build.ts
5
build.ts
|
@ -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 ...`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue