UNPKG

@leanup/cli

Version:

This CLI brings along all required tools to serve, test and build multi framework SPAs

8 lines (6 loc) 154 B
import { defineConfig } from 'windicss/helpers'; export default defineConfig({ extract: { include: ['src/**/*.{html,svelte,ts,tsx,vue}'], }, });