Loading cli/init.ts +8 −6 Original line number Diff line number Diff line Loading @@ -832,13 +832,15 @@ file to define your federation! }); function drawDinosaur() { const d = colors.bgBlue.black; const f = colors.blue; console.error(`\ __ _____ _ _ __ / _) | ___|__ __| (_)/ _|_ _ .-^^^-/ / | |_ / _ \\/ _\` | | |_| | | | __/ / | _| __/ (_| | | _| |_| | <__.|_|-|_| |_| \\___|\\__,_|_|_| \\__, | |___/ ${d(" ___ ")} ${f(" _____ _ _ __")} ${d(" /'_') ")} ${f("| ___|__ __| (_)/ _|_ _")} ${d(" .-^^^-/ / ")} ${f("| |_ / _ \\/ _` | | |_| | | |")} ${d(" __/ / ")} ${f("| _| __/ (_| | | _| |_| |")} ${d(" <__.|_|-|_| ")} ${f("|_| \\___|\\__,_|_|_| \\__, |")} ${d(" ")} ${f(" |___/")} `); } Loading Loading
cli/init.ts +8 −6 Original line number Diff line number Diff line Loading @@ -832,13 +832,15 @@ file to define your federation! }); function drawDinosaur() { const d = colors.bgBlue.black; const f = colors.blue; console.error(`\ __ _____ _ _ __ / _) | ___|__ __| (_)/ _|_ _ .-^^^-/ / | |_ / _ \\/ _\` | | |_| | | | __/ / | _| __/ (_| | | _| |_| | <__.|_|-|_| |_| \\___|\\__,_|_|_| \\__, | |___/ ${d(" ___ ")} ${f(" _____ _ _ __")} ${d(" /'_') ")} ${f("| ___|__ __| (_)/ _|_ _")} ${d(" .-^^^-/ / ")} ${f("| |_ / _ \\/ _` | | |_| | | |")} ${d(" __/ / ")} ${f("| _| __/ (_| | | _| |_| |")} ${d(" <__.|_|-|_| ")} ${f("|_| \\___|\\__,_|_|_| \\__, |")} ${d(" ")} ${f(" |___/")} `); } Loading