@mintlify/cli 4.0.1348 → 4.0.1350

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/cli.js CHANGED
@@ -123,6 +123,11 @@ export const cli = ({ packageName = 'mint' }) => {
123
123
  type: 'boolean',
124
124
  default: false,
125
125
  description: 'Disable OpenAPI file generation',
126
+ })
127
+ .option('disable-prefetch', {
128
+ type: 'boolean',
129
+ default: false,
130
+ description: 'Disable navigation prefetching in the local preview',
126
131
  })
127
132
  .usage('usage: mintlify dev [options]')
128
133
  .example('mintlify dev', 'run with default settings (opens in browser)')