UNPKG

wf-components

Version:

This is the official component library for the Wireshark website, made by the Wireshark Foundation. It's currently a work in progress and will be updated regularly.

10 lines (9 loc) 211 B
// @ts-check import { defineConfig } from 'astro/config'; import tailwindcss from '@tailwindcss/vite'; // https://astro.build/config export default defineConfig({ vite: { plugins: [tailwindcss()] }, });