Fixes for wasm

This commit is contained in:
Gregory Schier
2026-03-13 06:46:27 -07:00
parent b83d9e6765
commit 6cc47bea38
4 changed files with 876 additions and 185 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
# vite-plugin-wasm has not yet declared Vite 8 in its peerDependencies
legacy-peer-deps=true

1056
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -132,5 +132,3 @@ function generateId(model: string): string {
idCount[model] = (idCount[model] ?? -1) + 1;
return `GENERATE_ID::${model.toUpperCase()}_${idCount[model]}`;
}
export default plugin;

View File

@@ -48,6 +48,7 @@
"eventemitter3": "^5.0.1",
"focus-trap-react": "^11.0.4",
"fuzzbunny": "^1.0.1",
"graphql": "^16.0.0",
"hexy": "^0.3.5",
"history": "^5.3.0",
"jotai": "^2.12.2",