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:
parent
7420507a7c
commit
6b84bf6dff
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ function onListening(): void {
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Draw banner in console with given text lines
|
||||||
|
* @param {string[]} lines
|
||||||
|
*/
|
||||||
function drawBanner(lines: string[]) {
|
function drawBanner(lines: string[]) {
|
||||||
/** Define banner parts */
|
/** Define banner parts */
|
||||||
const PARTS = {
|
const PARTS = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue