docs: update runtimeconfig augmentation (#2108)

This commit is contained in:
Daniel Roe 2021-11-23 15:43:24 +00:00 committed by GitHub
parent fe5b5dcea6
commit 650f14bc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ export default async () => {
Currently it is possible to manually type your runtime config. Currently it is possible to manually type your runtime config.
```ts [index.d.ts] ```ts [index.d.ts]
declare module '@nuxt/kit' { declare module '@nuxt/schema' {
interface PublicRuntimeConfig { interface PublicRuntimeConfig {
testConfig: string testConfig: string
} }