Skip to content

Commit e00ed7f

Browse files
committed
chore: fix path to app-config-main
1 parent f096f04 commit e00ed7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/webpack-projects/cypress-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"include": ["src/**/*"],
1111
"exclude": ["node_modules"],
1212
"references": [
13-
{ "path": "../../../app-config" },
13+
{ "path": "../../../app-config-main" },
1414
{ "path": "../../../app-config-webpack" },
1515
{ "path": "../../../app-config-cypress" }
1616
]

tests/webpack-projects/query-parameter-overrides/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"include": ["src/**/*"],
1111
"exclude": ["node_modules"],
1212
"references": [
13-
{ "path": "../../../app-config" },
13+
{ "path": "../../../app-config-main" },
1414
{ "path": "../../../app-config-webpack" }
1515
]
1616
}

0 commit comments

Comments
 (0)