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