You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed worker loading error in dev mode: Added Vite plugin to redirect /worker.js requests to the worker entry point, and created a worker shim (src/worker.ts) that imports the library's worker module. Previously, the MiningCoordinator tried to load /worker.js which didn't exist, causing "MIME type text/html" errors
Fixed worker output in production build: Added Rollup configuration to generate worker.js at the root of the dist folder for proper resolution