feat: add environment configuration support

- Introduced .env.example file to provide a template for environment variables.
- Updated .gitignore to exclude .env files from version control.
- Implemented loadEnvFile function in client.ts to load environment variables from a .env file into process.env, enhancing configuration management.
This commit is contained in:
Mauricio Siu
2026-04-15 18:42:13 -06:00
parent 70f542990d
commit 4d604a1a75
3 changed files with 23 additions and 2 deletions

3
.gitignore vendored
View File

@@ -11,5 +11,4 @@ oclif.manifest.json
yarn.lock
package-lock.json
.env