Skip to content
Snippets Groups Projects
Unverified Commit 32a0cd4b authored by syuilo's avatar syuilo
Browse files

Display Misskey logo when misskey launched 🎨

parent 0b257185
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,12 @@ function main() {
async function masterMain() {
let config: Config;
console.log(' _____ _ _ ');
console.log('| |_|___ ___| |_ ___ _ _ ');
console.log('| | | | |_ -|_ -| \'_| -_| | |');
console.log('|_|_|_|_|___|___|_,_|___|_ |');
console.log(' |___|\n');
bootLogger.info('Welcome to Misskey!');
bootLogger.info(`Misskey v${pkg.version}`, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment