5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
|
import { cloneDeep } from '../util/cloneDeep'
|
||
|
import defaultConfig from '../../stubs/config.full'
|
||
|
|
||
|
export default cloneDeep(defaultConfig)
|