8000
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 d289aa3 commit e6e0b83Copy full SHA for e6e0b83
pkg/registry/defaults.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// CLIVersion version of Create Go App CLI.
14
-const CLIVersion string = "4.0.1"
+const CLIVersion string = "4.1.0"
15
16
// Variables struct for Ansible variables (inventory, hosts).
17
type Variables struct {
@@ -66,11 +66,13 @@ var (
66
"vanilla-ts",
67
"react",
68
"react-ts",
69
+ "react-swc",
70
+ "react-swc-ts",
71
"preact",
72
"preact-ts",
73
"next",
74
"next-ts",
- "nuxt3",
75
+ "nuxt",
76
"vue",
77
"vue-ts",
78
"svelte",
@@ -83,7 +85,7 @@ var (
83
85
"qwik-ts",
84
86
},
87
Default: "none",
- PageSize: 19,
88
+ PageSize: 21,
89
90
91
{
0 commit comments