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 570a4a0 commit 71ea2b1Copy full SHA for 71ea2b1
cmd/create.go
@@ -115,7 +115,7 @@ func runCreateCmd(cmd *cobra.Command, args []string) error {
115
if frontend == "next" || frontend == "next-ts" {
116
cgapp.ShowMessage(
117
"success",
118
- fmt.Sprintf("Creating frontend with Next.js!"),
+ "Creating frontend with Next.js!",
119
true, false,
120
)
121
if frontend == "next-ts" {
0 commit comments