Skip to content

Commit 1a9b4c5

Browse files
committed
chore: enabled ajv strict mode
1 parent d8e1a83 commit 1a9b4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/webpack-components/main/config.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
locales: { type: array, items: { type: string, format: locale }, uniqueItems: true }
2020
defaultLocale:
21-
antOf:
21+
anyOf:
2222
- type: "null"
2323
- { type: string, format: locale }
2424
detectLocaleByClientIpAddress: { type: boolean }

0 commit comments

Comments
 (0)