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
Move server runtime dependencies to dependencies section
- Move cors, express, ws from devDependencies to dependencies
- These are required at runtime for server mode to work
- Fixes 'cors cannot be found' error when running as npm package
0 commit comments