added a cool startup message
This commit is contained in:
parent
c728360e24
commit
1249568f4d
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ const dbs = {
|
||||||
|
|
||||||
export { client, dbs }
|
export { client, dbs }
|
||||||
|
|
||||||
|
logger.info(`\
|
||||||
|
_ _ __ __ _
|
||||||
|
/ \\ _ _| |_ ___ | \\/ | ___ __| |
|
||||||
|
/ _ \\ | | | | __|/ _ \\| |\\/| |/ _ \\ / _\` |
|
||||||
|
/ ___ \\| |_| | |_| (_) | | | | (_) | (_| |
|
||||||
|
/_/ \\_\\\\__,_|\\__|\\___/|_| |_|\\___/ \\__,_|
|
||||||
|
`);
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
// Wait for a database query to succeed before loading the rest
|
// Wait for a database query to succeed before loading the rest
|
||||||
logger.info('Connecting to database...');
|
logger.info('Connecting to database...');
|
||||||
|
|
Loading…
Reference in a new issue