mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
fix: enable by default only in development
This commit is contained in:
parent
07db7219bd
commit
203abc0693
@ -413,6 +413,8 @@ export default defineUntypedSchema({
|
|||||||
*
|
*
|
||||||
* @see [the Chrome DevTools extensibility API](https://developer.chrome.com/docs/devtools/performance/extension#tracks)
|
* @see [the Chrome DevTools extensibility API](https://developer.chrome.com/docs/devtools/performance/extension#tracks)
|
||||||
*/
|
*/
|
||||||
browserDevtoolsTiming: true,
|
browserDevtoolsTiming: {
|
||||||
|
$resolve: async (val, get) => val ?? await get('dev'),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user