4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import getConfig from './dist/shared/lib/runtime-config'
|
|
export * from './dist/shared/lib/runtime-config'
|
|
export default getConfig
|