Skip to content

Commit 3d6698e

Browse files
committed
Add D_D ascii art
1 parent 90eb64f commit 3d6698e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

create-app.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ export async function createApp({
4848
const isOnline = !useYarn || (await getOnline());
4949
const originalDirectory = process.cwd();
5050

51-
console.log(
52-
`🚀 Setting up your new Web3 frontend in ${chalk.green(root)}.`
53-
);
51+
console.log(`
52+
::::::::: :::::::::
53+
:+: :+: :+: :+:
54+
+:+ +:+ +:+ +:+
55+
+#+ +:+ +#+ +:+
56+
+#+ +#+ +#+ +#+
57+
#+# #+# #+# #+#
58+
######### ########## ######### `);
59+
console.log(`🚀 Setting up your new Web3 frontend in ${chalk.green(root)}.`);
5460
console.log();
5561

5662
process.chdir(root);

0 commit comments

Comments
 (0)