We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eae2d commit 4bb2f3bCopy full SHA for 4bb2f3b
sdks/ts/src/env.ts
@@ -1,5 +1,6 @@
1
// env.ts
2
3
+// Initialize JULEP_API_KEY and JULEP_API_URL with empty strings. These will be updated based on environment variables if available.
4
let JULEP_API_KEY = "";
5
let JULEP_API_URL = "";
6
0 commit comments