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

8 lines 263 B
import type { BuildContext } from '../create-build-context'; interface ViteWatcher { close(): Promise<void>; } declare const watch: (ctx: BuildContext) => Promise<ViteWatcher>; export { watch }; export type { ViteWatcher }; //# sourceMappingURL=watch.d.ts.map