fix: remove unreleased feature and ignore invalid keys in config
This commit is contained in:
parent
2e383ddabe
commit
5e5c7c4c7a
2 changed files with 1 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ export const headplaneConfig = type({
|
|||
'oidc?': oidcConfig,
|
||||
'integration?': integrationConfig,
|
||||
headscale: headscaleConfig,
|
||||
}).onDeepUndeclaredKey('reject');
|
||||
}).onDeepUndeclaredKey('delete');
|
||||
|
||||
export const partialHeadplaneConfig = type({
|
||||
debug: stringToBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue