UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

17 lines (14 loc) 352 B
import { build } from '../cli/commands/build.js'; import { dev } from '../cli/commands/dev.js'; import { pluginName } from './index.js'; var vitePlugin = () => ({ name: pluginName, async buildStart() { await build(); }, async configureServer() { await dev(); } }); export { vitePlugin as default }; //# sourceMappingURL=vite.js.map