Skip to content

Commit 617cc46

Browse files
committed
refactor: adjust copy command from home page
1 parent d3d6420 commit 617cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Home.njs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Home extends Translatable {
1010

1111
async getStarted({ router, action }) {
1212
if ('clipboard' in navigator) {
13-
const command = 'npx create-nullstack-app@latest --typescript --tailwind';
13+
const command = 'npx create-nullstack-app@latest';
1414
await navigator.clipboard.writeText(command);
1515
}
1616
clearTimeout(this.gettingStarted);

0 commit comments

Comments
 (0)