UNPKG

@code-mancers/strapi-plugin-multi-site-vercel-deploy

Version:

Strapi v4 plugin to trigger and monitor deployment of multiple applications on Vercel

7 lines (5 loc) 139 B
import { getConfig } from "./api"; export const getSites = async () => { const response = await getConfig(); return response.data; };