home.arpa/astro.config.ts
z0x d61aa4ab51
Some checks are pending
build dist / build-dist (push) Waiting to run
feat(index): add cupdate & beszel, remove lodestone
2025-03-13 19:30:20 -04:00

8 lines
166 B
TypeScript

import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "astro/config";
export default defineConfig({
vite: {
plugins: [tailwindcss()],
},
});