Optimize renderer

This commit is contained in:
2026-09-24 18:52:20 -03:00
parent 14aba6b129
commit d12fa84b00
10 changed files with 452 additions and 149 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/workers/chunk_mesh_worker.ts"],
entrypoints: ["./client/main.ts", "./client/workers/chunk_worker.ts"],
outputDir: `${BUILD_FOLDER}/client`,
platform: "browser",
minify: false,