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
Fix Cypress config for ES modules in standalone-ui
- Convert Cypress config from CommonJS to ES modules
- Change require() to import statement
- Change module.exports to export default
This fixes the error "require is not defined in ES module scope"
since standalone-ui package.json has "type": "module".
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments