2023-12-25 17:56:30 +08:00

7 lines
98 B
JavaScript

import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}