File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ cgapp deploy [OPTION]
158
158
- ` svelte ` — generated template with a common Svelte app.
159
159
- ` svelte-ts ` — generated template with a TypeScript version of the Svelte app.
160
160
- Frontend template with [ Lit] [ lit_url ] web components:
161
- - ` lit-element ` — generated template with a common Lit app.
162
- - ` lit-element- ts ` — generated template a TypeScript version of the Lit app.
161
+ - ` lit ` — generated template with a common Lit app.
162
+ - ` lit-ts ` — generated template a TypeScript version of the Lit app.
163
163
164
164
> ☝️ Frontend part will be generated using awesome tool [ Vite.js] [ vitejs_url ]
165
165
> under the hood. So, you'll always get the latest version of ` React ` ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
// CLIVersion version of Create Go App CLI.
14
- const CLIVersion string = "4.0.0 "
14
+ const CLIVersion string = "4.0.1 "
15
15
16
16
// Variables struct for Ansible variables (inventory, hosts).
17
17
type Variables struct {
75
75
"vue-ts" ,
76
76
"svelte" ,
77
77
"svelte-ts" ,
78
- "lit-element " ,
79
- "lit-element- ts" ,
78
+ "lit" ,
79
+ "lit-ts" ,
80
80
},
81
81
Default : "none" ,
82
82
PageSize : 16 ,
You can’t perform that action at this time.
0 commit comments