docs: add language to example schema codeblock (#28294)

This commit is contained in:
FELIPE COSTA DE OLIVEIRA 2024-07-25 13:18:59 -03:00 committed by Daniel Roe
parent 9a2256a342
commit 806c5382f7
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -6,7 +6,7 @@ export default defineUntypedSchema({
/**
* Whether to enable HTTPS.
* @example
* ```
* ```ts
* export default defineNuxtConfig({
* devServer: {
* https: {