UNPKG

flowbite-svelte-son

Version:

Flowbite components for Svelte

11 lines (8 loc) 206 B
import type { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { webServer: { command: 'npm run build && npm run preview', port: 4173 } }; export default config;