fix(core): accept deprecated reference config key (#31659)

This commit is contained in:
Luke Parker
2026-06-10 20:32:35 +10:00
committed by GitHub
parent e6836a4e90
commit 309d613ee5
6 changed files with 69 additions and 2 deletions
+3
View File
@@ -1931,6 +1931,9 @@ export type Config = {
references?: {
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
}
reference?: {
[key: string]: string | ConfigV2ReferenceGit | ConfigV2ReferenceLocal
}
watcher?: {
ignore?: Array<string>
}