@sanity/cli 4.14.0-next.9 → 4.14.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/bin/dev.js +4 -2
- package/lib/_chunks-cjs/cli.js +8 -9441
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/package.json +11 -10
package/bin/dev.js
CHANGED
|
@@ -8,8 +8,10 @@ register({
|
|
|
8
8
|
jsx: 'automatic',
|
|
9
9
|
})
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
if (process.env.TEST !== 'true') {
|
|
12
|
+
// oxlint-disable-next-line no-console
|
|
13
|
+
console.log('\n️ⓘ Running local Sanity CLI from source\n')
|
|
14
|
+
}
|
|
13
15
|
|
|
14
16
|
// Define the global `__DEV__` flag which is used to
|
|
15
17
|
// - determine when to use `esbuild-register` in the Sanity development server
|