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
commit 90fb32be30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 69 additions and 2 deletions

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>
}