Skip to content

Commit fdb2728

Browse files
committed
fix start script
1 parent f939366 commit fdb2728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ switch (framework.toLowerCase()) {
4343
break
4444
}
4545
case 'app-react-router-spa': {
46-
const appPath = path.resolve(process.cwd(), 'app-react-router-spa', 'COURSES')
46+
const appPath = path.resolve(process.cwd(), 'app-react-router-spa')
4747
startReactSPA(appPath)
4848
break
4949
}

0 commit comments

Comments
 (0)