Improve chunk mesh worker

This commit is contained in:
2026-03-15 14:07:55 -03:00
parent 3ba45e4a2e
commit bb4cab327a
3 changed files with 16 additions and 171 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ async function build_assets() {
async function build_client() {
const _result = await Deno.bundle({
entrypoints: ["./client/main.ts", "./client/systems/rendering/chunk_mesh_worker.ts"],
entrypoints: ["./client/main.ts", "./client/workers/chunk_mesh_worker.ts"],
outputDir: `${BUILD_FOLDER}/client`,
platform: "browser",
minify: false,