mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
refactor(core): standardize frontend error handling (#10667)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@affine/error",
|
||||
"version": "0.20.0",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@affine/graphql": "workspace:*",
|
||||
"graphql": "^16.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitest": "^3.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user