strapi.js 144 Bytes
import Strapi from 'strapi-sdk-javascript'

// TODO 通过 env 来配置后端 URL 等信息
const strapi = new Strapi()

export default strapi