Skip to content

Commit e3b6f25

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update index.js
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 5772cbe commit e3b6f25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const destinationDash = argv.destination || path.join(process.cwd(), 'src/compon
2323
const sourceBackendMysqlNoMVC = argv.source || path.join(__dirname, 'BackEndMysqlNoMVC');
2424
const destinationBackendMysqlNoMVC = argv.destination || path.join(process.cwd(), '../');
2525

26+
const sourceBackendMysqlMVC = argv.source || path.join(__dirname, 'BackEndMysqlMVC');
27+
const destinationBackendMysqlMVC = argv.destination || path.join(process.cwd(), '../');
2628

2729
async function RunReactLoginSignIn() {
2830
try {

0 commit comments

Comments
 (0)