@nuxt/schema-nightly
Advanced tools
Comparing version 3.11.0-28508804.b9168d0b to 3.11.0-28508900.dcd73d30
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.11.0-28508804.b9168d0b", | ||
"version": "3.11.0-28508900.dcd73d30", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -991,2 +991,11 @@ import type { ComponentsOptions } from '../src/types/components' | ||
/** | ||
* Stream server logs to the client as you are developing. These logs can be handled in the `dev:ssr-logs` hook. | ||
* | ||
* If set to `silent`, the logs will not be printed to the browser console. | ||
* | ||
* @default false | ||
*/ | ||
devLogs: boolean | 'silent', | ||
/** | ||
* Turn off rendering of Nuxt scripts and JS resource hints. You can also disable scripts more granularly within `routeRules`. | ||
@@ -993,0 +1002,0 @@ * |
@@ -358,2 +358,3 @@ { | ||
"inlineStyles": true, | ||
"devLogs": false, | ||
"noScripts": false | ||
@@ -360,0 +361,0 @@ }, |
@@ -635,2 +635,12 @@ | ||
## `devLogs` | ||
- **Type**: `boolean | 'silent'` | ||
- **Default**: `false` | ||
> Stream server logs to the client as you are developing. These logs can be handled in the `dev:ssr-logs` hook. | ||
If set to `silent`, the logs will not be printed to the browser console. | ||
## `noScripts` | ||
@@ -637,0 +647,0 @@ - **Type**: `boolean` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
499614
10841