@@ -39,31 +39,24 @@ export async function spinner(args: {
39
39
export const title = ( text : string ) => align ( label ( text ) , 'end' , 7 ) + ' ' ;
40
40
41
41
export const welcome = [
42
- // `Let's claim your corner of the internet.`,
43
- // `I'll be your assistant today.`,
44
- // `Let's build something awesome!`,
45
- // `Let's build something great!`,
46
- // `Let's build something fast!`,
47
- // `Let's build the web we want.`,
48
- // `Let's make the web weird!`,
49
- // `Let's make the web a better place!`,
50
- // `Let's create a new project!`,
51
- // `Let's create something unique!`,
52
- // `Time to build a new website.`,
53
- // `Time to build a faster website.`,
54
- // `Time to build a sweet new website.`,
55
- // `We're glad to have you on board.`,
56
- // `Keeping the internet weird since 2021.`,
57
- // `Initiating launch sequence...`,
58
- // `Initiating launch sequence... right... now!`,
59
- // `Awaiting further instructions.`,
60
- `Booo! Let's scare the interwebs!` ,
61
- `Get ready to haunt the internet with Halloween vibes.` ,
62
- `Harness the power of the web for your frightful ideas.` ,
63
- `It's time to conjure up an online spooktacular masterpiece.` ,
64
- `Prepare for a web of Halloween wonders to be woven.` ,
65
- `Chills and thrills await as you embark on your web journey` ,
66
- `The internet is about to get a whole lot creepier thanks to your new project.` ,
42
+ `Let's claim your corner of the internet.` ,
43
+ `I'll be your assistant today.` ,
44
+ `Let's build something awesome!` ,
45
+ `Let's build something great!` ,
46
+ `Let's build something fast!` ,
47
+ `Let's build the web we want.` ,
48
+ `Let's make the web weird!` ,
49
+ `Let's make the web a better place!` ,
50
+ `Let's create a new project!` ,
51
+ `Let's create something unique!` ,
52
+ `Time to build a new website.` ,
53
+ `Time to build a faster website.` ,
54
+ `Time to build a sweet new website.` ,
55
+ `We're glad to have you on board.` ,
56
+ `Keeping the internet weird since 2021.` ,
57
+ `Initiating launch sequence...` ,
58
+ `Initiating launch sequence... right... now!` ,
59
+ `Awaiting further instructions.` ,
67
60
] ;
68
61
69
62
export const getName = ( ) =>
0 commit comments