update some build/telemetry stuff
This commit is contained in:
parent
51f9f820d8
commit
0a67ccb040
25 changed files with 336 additions and 217 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue