Fix vite and top-level-await build error

This commit is contained in:
Gregory Schier
2025-04-15 07:57:32 -07:00
parent 6566857d54
commit cdf5f1b7a5
2 changed files with 755 additions and 130 deletions

881
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -91,10 +91,10 @@
"postcss-nesting": "^13.0.0",
"react-devtools": "^5.3.1",
"tailwindcss": "^3.4.10",
"vite": "6.0.12",
"vite": "6.2.6",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1"
}
}