fix(env): default INCLUDE_SOURCES to empty string (#223)

* fix(env): default INCLUDE_SOURCES to empty string

* test(env): patch resolved config path in include sources test
This commit is contained in:
hnshah
2026-04-14 04:48:53 -07:00
committed by GitHub
parent 9dd3f21476
commit 23fc6c7061
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ def get_config() -> dict[str, Any]:
('XQUIK_API_KEY', None),
('FROM_BROWSER', None),
('SETUP_COMPLETE', None),
('INCLUDE_SOURCES', None),
('INCLUDE_SOURCES', ''),
]
for key, default in keys: