PR-394587: Adding support to custom host.

This commit is contained in:
2023-10-07 04:42:03 +00:00
parent 34236b7738
commit 47314b8e5b
6 changed files with 10 additions and 4 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(defauld: production), PORT=3000 (default: 80)');
console.log('Create a .env file with ENV=development(default: production), PORT=3000 (default: 80), HOST=domain.com (default: localhost)');
console.log('Then you can run: npm start-frontend:dev');
console.log('Then you can run: npm start-server:dev');