Skip to content

Commit ca54fc3

Browse files
committed
refactor: avoid exposing other utils
1 parent cc5305d commit ca54fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export * from './core/nuxt'
55
export * from './core/server'
66
export * from './core/setup/index'
77
export * from './core/run'
8-
export * from './core/runtime-config'
8+
export { setRuntimeConfig } from './core/runtime-config'
99
export * from './core/types'

0 commit comments

Comments
 (0)