We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c488eb3 commit 466ca10Copy full SHA for 466ca10
src/utils/requirements.mts
@@ -7,7 +7,7 @@
7
* - getRequirementsKey: Convert command path to SDK method name
8
*/
9
10
-import requirementsJson from '../../.config/api-requirements.json' with { type: 'json' }
+import requirementsJson from '../../data/api-metadata.json' with { type: 'json' }
11
12
let _requirements:
13
| Readonly<{
src/utils/translations.mts
@@ -1,6 +1,6 @@
1
/** @fileoverview Socket alert definitions loader */
2
3
-import translationsJson from '../../.config/socket-alerts.json' with { type: 'json' }
+import translationsJson from '../../data/alert-definitions.json' with { type: 'json' }
4
5
let _translations: typeof translationsJson | undefined
6
0 commit comments