@sanity/cli 3.77.2-server-side-schemas.25 → 3.77.3-next.11
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.
- package/lib/_chunks-cjs/cli.js +2 -2
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/package.json +7 -7
- package/src/actions/init-project/initProject.ts +1 -1
- package/src/util/frameworkPort.ts +1 -1
- package/templates/core-app/src/App.tsx +8 -7
- package/templates/core-app/src/ExampleComponent.tsx +11 -0
package/lib/_chunks-cjs/cli.js
CHANGED
@@ -47052,7 +47052,7 @@ const portMap = {
|
|
47052
47052
|
blitzjs: 3e3,
|
47053
47053
|
gatsby: 8e3,
|
47054
47054
|
remix: 3e3,
|
47055
|
-
astro:
|
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:
|
53207
|
+
message: `Select organization to attach ${isCoreAppTemplate ? "application" : "project"} to`,
|
53208
53208
|
type: "list",
|
53209
53209
|
choices: organizationChoices
|
53210
53210
|
});
|