heavy-duty / znap

Performance-first Rust Framework to build APIs compatible with the Solana Actions Spec.
Apache License 2.0
60 stars 1 forks source link

Correct path for lib from env variable #81

Closed SergioRibera closed 1 month ago

SergioRibera commented 1 month ago

related #75

An environment variable was defined to be able to set a custom path when using the znap library from a path to fix problems when generating temporary files.

[!NOTE] The variable defined is called ZNAP_LIB and refers to the path of the custom znap library, trying to make it always absolute.