fix: extra_records should be optional

This commit is contained in:
Aarnav Tale 2025-04-26 13:40:48 -04:00
parent 9a55fd75fa
commit 478c5a5e7f
No known key found for this signature in database

View File

@ -112,7 +112,9 @@ export const headscaleConfig = type({
name: 'string',
value: 'string',
type: 'string | "A"',
}).array(),
})
.array()
.optional(),
extra_records_path: 'string?',
},