Add splash banner and spinner progress for initial connection

This commit is contained in:
Max Isom 2021-12-13 20:11:14 -05:00
parent fa4ba0bb9a
commit ffc8493ea3
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
5 changed files with 169 additions and 9 deletions

View file

@ -11,7 +11,8 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"sourceMap": true
"sourceMap": true,
"resolveJsonModule": true
},
"include": ["src"],
"exclude": ["node_modules"]