What's Changed
- correct env var name by @itsouvalas in #5
Fixed
- Environment Variable Naming: Corrected the environment variable name from
workerNum
(camelCase) toWORKER_NUM
(uppercase). This change ensures consistency with standard environment variable naming conventions.
Full Changelog: v1.0.2...v1.0.3