File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
adev/src/content/cli/help Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "branchName" : " refs/heads/main" ,
3- "sha" : " 1a33dc550a6f5b5c6180c0dc7ea8c08fe0ada865 "
3+ "sha" : " 78b83e96e199b2f1921c303b0d4e79c95d88e5d7 "
44}
Original file line number Diff line number Diff line change 2323 {
2424 "name" : " app-shell" ,
2525 "type" : " boolean" ,
26- "default" : false ,
2726 "description" : " Generates an application shell during build time."
2827 },
2928 {
193192 {
194193 "name" : " prerender" ,
195194 "type" : " boolean" ,
196- "default" : false ,
197195 "description" : " Prerender (SSG) pages of your application during build time."
198196 },
199197 {
Original file line number Diff line number Diff line change 5656 "name" : " project" ,
5757 "type" : " string" ,
5858 "description" : " The name of the related client app."
59+ },
60+ {
61+ "name" : " server-routing" ,
62+ "type" : " boolean" ,
63+ "default" : false ,
64+ "description" : " Creates a server application using the Server Routing API (Developer Preview)."
5965 }
6066 ],
6167 "aliases" : [],
120126 "default" : true ,
121127 "description" : " Creates an application with routing enabled."
122128 },
129+ {
130+ "name" : " server-routing" ,
131+ "type" : " boolean" ,
132+ "description" : " Creates a server application using the Server Routing and App Engine APIs (Developer Preview)."
133+ },
123134 {
124135 "name" : " skip-install" ,
125136 "type" : " boolean" ,
Original file line number Diff line number Diff line change 132132 "type" : " boolean" ,
133133 "description" : " Enable routing in the initial project."
134134 },
135+ {
136+ "name" : " server-routing" ,
137+ "type" : " boolean" ,
138+ "description" : " Creates a server application using the Server Routing and App Engine APIs (Developer Preview)."
139+ },
135140 {
136141 "name" : " skip-git" ,
137142 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments