Skip to content

Commit

Permalink
🐛 fix(custom): 修复token问题
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Feb 17, 2023
1 parent ca939da commit 58b1a8d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 141 deletions.
11 changes: 8 additions & 3 deletions .sentryclirc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[auth]
token=78eaf826e5e2483d9f64db473183b2894c80b247893e40a8b990f54c35fec9e5
[defaults]
url=https://sentry.vtb.link
url = https://sentry.vtb.link
org = eoefans
project = eoefans-web



[auth]
token = 78eaf826e5e2483d9f64db473183b2894c80b247893e40a8b990f54c35fec9e5
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@sentry/vite-plugin": "^0.4.0",
"@types/imagesloaded": "^4.1.2",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.13.0",
Expand All @@ -70,6 +69,7 @@
"typescript": "^4.9.5",
"vite": "4.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0"
"vite-plugin-html": "^3.2.0",
"vite-plugin-sentry": "^1.1.7"
}
}
162 changes: 33 additions & 129 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58b1a8d

Please sign in to comment.