Files
modrinth/apps/app-frontend/src/generated/app-events/README.md
T
Calum H. 579109a478 refactor: app event bus (#6985)
* refactor: app event bus

* fix: use messagepack + cleanup

* fix: use postcard

* fix: lint

* fix: import gate

* fix: prettierignore + lint

* fix: lint

* fix: rev
2026-08-13 16:33:06 +00:00

398 B

App event bindings

Warning

Do not edit the generated TypeScript or Postcard binding files in this directory manually.

The event bus types are determined by the Rust AppEvent contract.

They are regenerated automatically when you run pnpm app:dev from the workspace root. Commit any generated changes with the Rust contract change.