update some build/telemetry stuff

This commit is contained in:
41666 2023-10-13 16:59:46 -04:00
parent 51f9f820d8
commit 0a67ccb040
25 changed files with 336 additions and 217 deletions

View file

@ -27,6 +27,8 @@ const results = await Bun.build({
".wgsl": "text",
".vert": "text",
".frag": "text",
".html": "text",
".md": "text",
},
minify: process.env.MINIFY === "false" ? false : true,
plugins: [glslPlugin],