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 2469d35 commit 018f1d4Copy full SHA for 018f1d4
pgml-sdks/rust-bridge/rust-bridge-macros/src/javascript.rs
@@ -293,7 +293,7 @@ pub fn generate_javascript_methods(
293
294
typescript_declarations.push('}');
295
296
- let path = std::env::var("PYTHON_STUB_FILE");
+ let path = std::env::var("TYPESCRIPT_DECLARATION_FILE");
297
if let Ok(path) = path {
298
let mut file = OpenOptions::new()
299
.create(true)
0 commit comments