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

This commit is contained in:
Luke Parker
2026-06-10 10:32:35 +00:00
committed by GitHub
parent 97e713e8aa
commit 90fb32be30
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>
}