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
Breaking: If you were using ctx.sendEvent()/ctx.broadcastEvent() previously, you'll either need to define an events block or migrate to using the new default ctx.broadcastEvent(HathoraEventTypes.default, "stringEventData")
Allow customizing start + build commands for custom UIs (#305)
Migrating: make sure to add a start and build script to package.json if using a custom UI. Example using Vite: