- Add comprehensive TypeScript interfaces for all config types - Implement ConfigManager singleton class with layered loading - Support for default, environment-specific, and environment variable configs - Add example .env file for sensitive configuration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
87 B
JSON
8 lines
87 B
JSON
{
|
|
"logLevel": "debug",
|
|
"browser": {
|
|
"headless": false,
|
|
"slowMo": 100
|
|
}
|
|
}
|