lin
2026-07-06 63f357e83652b608ec7584ad25b079646ad0ef31
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}