We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 812a025 + a7a5ee2 commit 483d612Copy full SHA for 483d612
services/app/apps/codebattle/package.json
@@ -29,6 +29,7 @@
29
"^@/machines(.*)$": "<rootDir>/assets/js/widgets/machines$1",
30
"^@/middlewares(.*)$": "<rootDir>/assets/js/widgets/middlewares$1",
31
"^@/pages(.*)$": "<rootDir>/assets/js/widgets/pages$1",
32
+ "^@/config(.*)$": "<rootDir>/assets/js/widgets/config$1",
33
"^@/selectors(.*)$": "<rootDir>/assets/js/widgets/selectors$1",
34
"^@/slices(.*)$": "<rootDir>/assets/js/widgets/slices$1",
35
"^@/utils(.*)$": "<rootDir>/assets/js/widgets/utils$1",
0 commit comments