📼 supportedSettings.ts

This commit is contained in:
nirholas
2026-03-31 10:24:01 +00:00
parent 6609683837
commit 63c6df7b40

View File

@@ -209,3 +209,4 @@ export function getPath(key: string): string[] {
const config = SUPPORTED_SETTINGS[key]
return config?.path ?? key.split('.')
}