zrg
2025-12-10 fa6f6875fcc426bbfab20f6ecbccb9d56ebc3ca1
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}