Optimize renderer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user