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