We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f939366 commit fdb2728Copy full SHA for fdb2728
scripts/start.ts
@@ -43,7 +43,7 @@ switch (framework.toLowerCase()) {
43
break
44
}
45
case 'app-react-router-spa': {
46
- const appPath = path.resolve(process.cwd(), 'app-react-router-spa', 'COURSES')
+ const appPath = path.resolve(process.cwd(), 'app-react-router-spa')
47
startReactSPA(appPath)
48
49
0 commit comments