@sanity/cli 3.77.2-server-side-schemas.25 → 3.77.3-server-side-schemas.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47052,7 +47052,7 @@ const portMap = {
47052
47052
  blitzjs: 3e3,
47053
47053
  gatsby: 8e3,
47054
47054
  remix: 3e3,
47055
- astro: 3e3,
47055
+ astro: 4321,
47056
47056
  hexo: 4e3,
47057
47057
  eleventy: 8080,
47058
47058
  docusaurus: 3e3,
@@ -53204,7 +53204,7 @@ The default dataset configuration has a public dataset named "production".`;
53204
53204
  name: `${organization.name} [${organization.id}]`
53205
53205
  }))
53206
53206
  ], chosenOrg = await prompt2.single({
53207
- message: "Select organization to attach project to",
53207
+ message: `Select organization to attach ${isCoreAppTemplate ? "application" : "project"} to`,
53208
53208
  type: "list",
53209
53209
  choices: organizationChoices
53210
53210
  });