rust-script icon indicating copy to clipboard operation
rust-script copied to clipboard

Support for .env file?

Open hbcondo opened this issue 1 year ago • 0 comments

Is it possible to load environment variables from a .env file? I tried dotenvy but no matter where the .env file is placed, I always receive the error:

.env file not found: Io(Custom { kind: NotFound, error: "path not found" })

hbcondo avatar Apr 29 '24 22:04 hbcondo