Skip to content

Commit 310d8f0

Browse files
fix env var
1 parent 1fea022 commit 310d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tokenless-v3/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
codecovVitePlugin({
1818
enableBundleAnalysis: true,
1919
bundleName: "@codecov/example-tokenless-v3-app",
20-
apiUrl: process.env.TOKENLESS_API_URL,
20+
apiUrl: process.env.TOKENLESS_V3_API_URL,
2121
gitService: "github",
2222
debug: true,
2323
}),

0 commit comments

Comments
 (0)