Skip to content

Commit

Permalink
update bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 3, 2024
1 parent f6e56d5 commit bf3e6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
vueDevTools(),
codecovVitePlugin({
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
bundleName: 'crlssn/getstronger',
bundleName: 'crlssn/getstronger/web',
uploadToken: process.env.CODECOV_TOKEN,
}),
],
Expand Down

0 comments on commit bf3e6c2

Please sign in to comment.