Merge branch 'main' into feat/webauthn

This commit is contained in:
Ruben Talstra 2025-02-12 21:51:09 +01:00 committed by GitHub
commit 3a60fa1966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 199 additions and 218 deletions

View file

@ -1209,7 +1209,9 @@ export enum ForkOptions {
/** Key for including branches */
INCLUDE_BRANCHES = 'includeBranches',
/** Key for target level fork (default) */
TARGET_LEVEL = '',
TARGET_LEVEL = 'targetLevel',
/** Default option */
DEFAULT = 'default',
}
/**