We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5305d commit ca54fc3Copy full SHA for ca54fc3
src/e2e.ts
@@ -5,5 +5,5 @@ export * from './core/nuxt'
5
export * from './core/server'
6
export * from './core/setup/index'
7
export * from './core/run'
8
-export * from './core/runtime-config'
+export { setRuntimeConfig } from './core/runtime-config'
9
export * from './core/types'
0 commit comments