We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90eb64f commit 3d6698eCopy full SHA for 3d6698e
create-app.ts
@@ -48,9 +48,15 @@ export async function createApp({
48
const isOnline = !useYarn || (await getOnline());
49
const originalDirectory = process.cwd();
50
51
- console.log(
52
- `🚀 Setting up your new Web3 frontend in ${chalk.green(root)}.`
53
- );
+ console.log(`
+ ::::::::: :::::::::
+ :+: :+: :+: :+:
54
+ +:+ +:+ +:+ +:+
55
+ +#+ +:+ +#+ +:+
56
+ +#+ +#+ +#+ +#+
57
+ #+# #+# #+# #+#
58
+ ######### ########## ######### `);
59
+ console.log(`🚀 Setting up your new Web3 frontend in ${chalk.green(root)}.`);
60
console.log();
61
62
process.chdir(root);
0 commit comments