mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs: update runtimeconfig augmentation (#2108)
This commit is contained in:
parent
fe5b5dcea6
commit
650f14bc42
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user