almost mvp

This commit is contained in:
Timo K
2025-11-30 20:31:21 +01:00
parent 28158bfc23
commit 2d8ffc0ccd
11 changed files with 1144 additions and 100 deletions

View File

@@ -6,8 +6,8 @@ Please see LICENSE in the repository root for full details.
*/
import { defineConfig, mergeConfig } from "vite";
import { viteSingleFile } from "vite-plugin-singlefile";
import fullConfig from "./vite.config";
import nodePolyfills from "vite-plugin-node-stdlib-browser";
const base = "./";
@@ -27,6 +27,7 @@ export default defineConfig((env) =>
fileName: "matrixrtc-ec-godot",
},
},
plugins: [nodePolyfills()],
}),
),
);