Janky (but working) worker for chunk_meshes

This commit is contained in:
2026-03-15 02:48:25 -03:00
parent 1de6fe5fd1
commit 61011959f2
6 changed files with 257 additions and 6 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ async function build_assets() {
async function build_client() {
const _result = await Deno.bundle({
entrypoints: ["./client/index.html"],
entrypoints: ["./client/index.html", "./client/systems/rendering/chunk_mesh_worker.ts"],
outputDir: `${BUILD_FOLDER}/client`,
platform: "browser",
minify: false,