Skip to content

Commit

Permalink
chore: added bundle support upload
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 7, 2025
1 parent f25be50 commit d49d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig(({ mode }) => {
authToken: process.env.VITE_SENTRY_AUTH_TOKEN,
}),
codecovVitePlugin({
bundleName: "WatchItDev/watchit-app",
bundleName: "watchit-app",
enableBundleAnalysis: process.env.VITE_CODECOV_TOKEN !== undefined,
uploadToken: process.env.VITE_CODECOV_TOKEN,
}),
Expand Down

0 comments on commit d49d3d7

Please sign in to comment.