diff --git a/packages/frontend/astro.config.mjs b/packages/frontend/astro.config.mjs index de0bad5..2c35862 100644 --- a/packages/frontend/astro.config.mjs +++ b/packages/frontend/astro.config.mjs @@ -19,14 +19,6 @@ export default defineConfig({ allow: [".", "../../"], }, }, - plugins: [tsconfigPaths()], - build: { - rollupOptions: { - output: { - assetFileNames: "assets/[name].[ext]", // Ensure .wasm files are copied - }, - }, - }, - assetsInclude: ["**/*.wasm"], + plugins: [tsconfigPaths()] }, }); diff --git a/packages/frontend/bun.lockb b/packages/frontend/bun.lockb deleted file mode 100755 index fa83ace..0000000 Binary files a/packages/frontend/bun.lockb and /dev/null differ