chore: Fix Sentry project name.

feature/qrcode
mackt 4 months ago
parent dde17a1768
commit bb0461ea5e

@ -35,7 +35,7 @@ export default withSentryConfig(nextConfig, {
// https://github.com/getsentry/sentry-webpack-plugin#options
org: 'queyue',
project: 'queryue-website',
project: 'queyue-website',
// Only print logs for uploading source maps in CI
silent: !process.env.CI,

@ -7,7 +7,7 @@
"build": "next build",
"start": "next start -p 80",
"lint": "eslint src --fix --ext .ts,.tsx,.js,.jsx,.mdx,.md,.json,.mjs --max-warnings 0",
"pm2start": "pm2 start npm --name queryue-website -- run start"
"pm2start": "pm2 start npm --name queyue-website -- run start"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",

Loading…
Cancel
Save