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 6bbfed3 commit ada6e53Copy full SHA for ada6e53
src/utils.ts
@@ -23,7 +23,7 @@ export const messageLogger = createConsola({
23
},
24
})
25
26
-const axiomClient = new Axiom({
+const axiomClient = import.meta.env.AXIOM_API_KEY && new Axiom({
27
token: import.meta.env.AXIOM_API_KEY,
28
29
0 commit comments