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

Commit 215df96

Browse files
committed
Update lib/create.js
1 parent c52b0d2 commit 215df96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/create.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ async function create(name, options) {
162162
output(`Project create success in ${Math.floor((new Date().getTime() - startTime) / 1000)}s`);
163163
output("")
164164
output("To get started:", "green");
165-
output("- fastjs dev", "green");
166165
output("- npm run dev", "green");
167166
output("");
168167
})

0 commit comments

Comments
 (0)