Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config.ts): improve error message for invalid config keys
- Enhanced the error message to provide a more accurate suggestion for invalid config keys. - The message now dynamically suggests the correct key format by checking if the key starts with 'GW_' and appending it if necessary. - This change improves user guidance and helps in quicker resolution of configuration issues.
- Loading branch information