UNPKG

@strapi/strapi

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

5 lines 226 B
import type { Plugin } from 'vite'; import type { BuildContext } from '../create-build-context'; declare const buildFilesPlugin: (ctx: BuildContext) => Plugin; export { buildFilesPlugin }; //# sourceMappingURL=plugins.d.ts.map