mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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`](../../../../../packages/app-lib/src/event/mod.rs) contract.
|
||||
|
||||
They are regenerated automatically when you run `pnpm app:dev` from the workspace root. Commit any generated changes with the Rust contract change.
|
||||
Reference in New Issue
Block a user