This commit is contained in:
Matt Kane
2026-04-01 11:44:21 +01:00
parent c2120a4961
commit 7262b93a44
6 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ const cyan = (s: string) => `\x1b[36m${s}\x1b[39m`;
function printBanner(_logger: AstroIntegrationLogger): void {
const banner = `
${bold(cyan("E C L I P T I C"))}
${bold(cyan("— E M D A S H —"))}
`;
console.log(banner);
}