File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ cgapp deploy [OPTION]
158158  -  ` svelte `  — generated template with a common Svelte app.
159159  -  ` svelte-ts `  — generated template with a TypeScript version of the Svelte app.
160160-  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.
163163
164164>  ☝️ Frontend part will be generated using awesome tool [ Vite.js] [ vitejs_url ]  
165165>  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 (
1111)
1212
1313// CLIVersion version of Create Go App CLI. 
14- const  CLIVersion  string  =  "4.0.0 " 
14+ const  CLIVersion  string  =  "4.0.1 " 
1515
1616// Variables struct for Ansible variables (inventory, hosts). 
1717type  Variables  struct  {
7575					"vue-ts" ,
7676					"svelte" ,
7777					"svelte-ts" ,
78- 					"lit-element " ,
79- 					"lit-element- ts" ,
78+ 					"lit" ,
79+ 					"lit-ts" ,
8080				},
8181				Default :  "none" ,
8282				PageSize : 16 ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments