Macrosยง
- dotenv
- Find a given variable in the dotenv file at build time
- dotenv_
build - Load the dotenv file at build time, and set the environment variables at runtime.
- dotenv_
module - Load the dotenv file at build time, and transform all variables into constants within a module.