feat: parallel web solving

This commit is contained in:
2026-08-23 20:19:26 +02:00
parent 46e977acf5
commit 30ba157d43
22 changed files with 116 additions and 3497 deletions
-14
View File
@@ -1,14 +0,0 @@
import { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";
import tailwindcss from "@tailwindcss/vite";
import wasm from "vite-plugin-wasm";
export default defineConfig({
plugins: [wasm(), svelte(), tailwindcss()],
build: {
target: "esnext"
},
worker: {
format: "es",
},
});