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
When I tried to run this with npm run dev, I got this error at runtime: localhost/:1 Uncaught TypeError: Failed to resolve module specifier "esm-env". Relative references must start with either "/", "./", or "../".
But if I use npm run build then open the index.html, no runtime issues happpened.