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
remove BETA label from Workers+Assets templates and hide Pages templates (#8698)
* remove BETA label from Workers+Assets templates and hide Pages templates
* Skip the platform question if there is only one option
* include hiding of next-on-pages
* update snapshots
description: `Whether the application should be deployed to Pages or Workers. This is only applicable for Frameworks templates that support both Pages and Workers.`,
130
130
values: [
131
131
{
132
-
name: "pages",
132
+
name: "workers",
133
133
description:
134
-
"Create a web application that can be deployed to Pages.",
134
+
"Create a web application that can be deployed to Workers.",
135
135
},
136
136
{
137
-
name: "workers",
137
+
name: "pages",
138
138
description:
139
-
"Create a web application that can be deployed to Workers (BETA).",
139
+
"Create a web application that can be deployed to Pages.",
0 commit comments