mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 04:36:13 +08:00
chore(core): split sentry and setup into web/electron (#6357)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"exports": {
|
||||
"./app": "./src/app.tsx",
|
||||
"./router": "./src/router.tsx",
|
||||
"./bootstrap/setup": "./src/bootstrap/setup.ts",
|
||||
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
|
||||
"./*": "./src/*"
|
||||
},
|
||||
@@ -42,8 +41,8 @@
|
||||
"@radix-ui/react-select": "^2.0.0",
|
||||
"@radix-ui/react-toolbar": "^1.0.4",
|
||||
"@react-hookz/web": "^24.0.4",
|
||||
"@sentry/integrations": "^7.102.1",
|
||||
"@sentry/react": "^7.102.1",
|
||||
"@sentry/integrations": "^7.108.0",
|
||||
"@sentry/react": "^7.108.0",
|
||||
"@toeverything/theme": "^0.7.29",
|
||||
"@vanilla-extract/dynamic": "^2.1.0",
|
||||
"animejs": "^3.2.2",
|
||||
|
||||
Reference in New Issue
Block a user