1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 23:45:25 +02:00

Update server.ts

This commit is contained in:
Taly 2022-09-14 13:12:15 +03:00
parent 7420507a7c
commit 6b84bf6dff

View file

@ -99,6 +99,10 @@ function onListening(): void {
]);
}
/**
* Draw banner in console with given text lines
* @param {string[]} lines
*/
function drawBanner(lines: string[]) {
/** Define banner parts */
const PARTS = {