File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ try {
2525
2626 // Always generate and display a fresh API key
2727 const apiKey = uuid ( ) ;
28- console . log ( "\n\u001B[1m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B[0m" ) ;
28+ console . log ( "\n\u001B[1m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001B[0m" ) ;
2929 console . log ( "\u001B[1m Sample API key for your config.js:\u001B[0m" ) ;
3030 console . log ( "\u001B[33m apiKey: \"" + apiKey + "\"\u001B[0m" ) ;
31- console . log ( "\u001B[2m (Optional - or use 'npm run generate-apikey' anytime)\u001B[0m" ) ;
32- console . log ( "\u001B[1m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B[0m\n" ) ;
31+ console . log ( "\u001B[2m (Optional - or use 'node -- run generate-apikey' anytime)\u001B[0m" ) ;
32+ console . log ( "\u001B[1m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001B[0m\n" ) ;
3333
3434 process . exit ( 0 ) ;
3535} catch ( error ) {
You can’t perform that action at this time.
0 commit comments