mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +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 @@
|
||||
{
|
||||
"name": "postcard",
|
||||
"description": "Auto generated bindings for postcard format serializing and deserializing javascript to and from bytes.",
|
||||
"version": "0.0.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user