lin
2026-05-12 048d6e015a55779f7fe1bb513d26cd89c9c2ab15
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}