Skip to content

Commit eb17077

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 479bb9b commit eb17077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sourceDash = argv.source || path.join(__dirname, 'Dashboard');
2121
const destinationDash = argv.destination || path.join(process.cwd(), 'src/components/Dashboard');
2222

2323
const sourceBackendMysqlNoMVC = argv.source || path.join(__dirname, 'BackEndMysqlNoMVC/server');
24-
const destinationBackendMysqlNoMVC = argv.destination || path.join(process.cwd(), 'server/');
24+
const destinationBackendMysqlNoMVC = argv.destination || path.join(process.cwd(), '../server/');
2525

2626

2727
async function RunReactLoginSignIn() {

0 commit comments

Comments
 (0)