blob: 5fb627b74b899887de3cbeefa6dd72a44a37a4e8 (
plain)
1
2
3
4
5
6
7
8
9
|
/**
* This script will be run once all questions have finished and no errors have
* occured. You can congratulate the user on their fine choice in software usage
*
*/
console.log('');
console.log('Config generated! You may now start the server normally.');
console.log('');
|