@sanity/cli 3.78.2-mcp.9 → 3.79.0
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
CHANGED
@@ -7061,7 +7061,7 @@ const sanityEnv$1 = (process.env.SANITY_INTERNAL_ENV || "").toLowerCase(), confi
|
|
7061
7061
|
let config$1;
|
7062
7062
|
const getUserConfig = () => (config$1 || (config$1 = new ConfigStore(configName, defaults$2, { globalConfigPath: !0 })), config$1), apiHosts = {
|
7063
7063
|
staging: "https://api.sanity.work",
|
7064
|
-
development: "http://api.sanity.
|
7064
|
+
development: "http://api.sanity.local"
|
7065
7065
|
}, defaults$1 = {
|
7066
7066
|
requireUser: !0,
|
7067
7067
|
requireProject: !0
|