Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix port parsing and change prioritization / order
- only port configurations that are valid after parseInt are considered - change prioritization from most specific config to least specific, meaning that args.port will take precedent over env.PORT over env.UPTIME_KUMA_PORT with fallback value of `3001`
- Loading branch information