We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fea022 commit 310d8f0Copy full SHA for 310d8f0
examples/tokenless-v3/vite.config.ts
@@ -17,7 +17,7 @@ export default defineConfig({
17
codecovVitePlugin({
18
enableBundleAnalysis: true,
19
bundleName: "@codecov/example-tokenless-v3-app",
20
- apiUrl: process.env.TOKENLESS_API_URL,
+ apiUrl: process.env.TOKENLESS_V3_API_URL,
21
gitService: "github",
22
debug: true,
23
}),
0 commit comments