docs: add error expectation

This commit is contained in:
Daniel Roe 2024-11-02 21:58:20 +00:00
parent 1ed9674680
commit edef832700
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -33,6 +33,7 @@ You don't have to use TypeScript to build an application with Nuxt. However, it
You can configure fully typed, per-environment overrides in your nuxt.config You can configure fully typed, per-environment overrides in your nuxt.config
```ts twoslash [nuxt.config.ts] ```ts twoslash [nuxt.config.ts]
// @errors: 2353
export default defineNuxtConfig({ export default defineNuxtConfig({
$production: { $production: {
routeRules: { routeRules: {