Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 9a76260

Browse files
author
Hacxy
committed
fix(template): update template
1 parent 3866710 commit 9a76260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/cli-tsup/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
const bootstrap = async () => {
4-
console.log('🥳 Welcome Welcome to use the CLI Tsup Template!');
4+
console.log('🥳 Welcome to use the CLI Tsup Template!');
55
};
66

77
bootstrap();

0 commit comments

Comments
 (0)