PR-988743: Adding support to Prefix url and updating packages.

This commit is contained in:
2023-10-17 18:56:22 +00:00
parent 7cd2cf23b8
commit 8e38ade168
6 changed files with 221 additions and 195 deletions

View File

@ -102,7 +102,7 @@ if(!cleanGitHistory) process.exit(-1);
console.log('Congratulations! You are ready. Follow the following commands to start');
console.log(`cd ${repoName}`);
console.log('Create a .env file with ENV=development(default: production), PORT=3000 (default: 80), HOST=domain.com (default: localhost)');
console.log('Create a .env file with ENV=development(default: production), PORT=3000 (default: 80), HOST=domain.com (default: localhost), PREFIX_URL= (default: is empty)');
console.log('Then you can run: npm start-frontend:dev');
console.log('Then you can run: npm start-server:dev');