You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: adev/src/content/cli/help/generate.json
-11
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,6 @@
56
56
"name": "project",
57
57
"type": "string",
58
58
"description": "The name of the project where the app-shell should be generated."
59
-
},
60
-
{
61
-
"name": "server-routing",
62
-
"type": "boolean",
63
-
"default": false,
64
-
"description": "Set up a server application using the Server Routing and App Engine APIs (Developer Preview)."
65
59
}
66
60
],
67
61
"aliases": [],
@@ -126,11 +120,6 @@
126
120
"default": true,
127
121
"description": "Generate an application with routing already configured. This sets up the necessary files and modules for managing navigation between different views in your application."
128
122
},
129
-
{
130
-
"name": "server-routing",
131
-
"type": "boolean",
132
-
"description": "Set up a server application using the Server Routing and App Engine APIs (Developer Preview)."
Copy file name to clipboardexpand all lines: adev/src/content/cli/help/new.json
-5
Original file line number
Diff line number
Diff line change
@@ -132,11 +132,6 @@
132
132
"type": "boolean",
133
133
"description": "Enable routing in the initial application project. This sets up the necessary files and modules for managing navigation between different views in your application."
134
134
},
135
-
{
136
-
"name": "server-routing",
137
-
"type": "boolean",
138
-
"description": "Create a server application in the initial project using the Server Routing and App Engine APIs (Developer Preview)."
0 commit comments