mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
import { defineConfig } from "vite-plugin-windicss";
|
|
import WindiConfig from "./src/lib/config/windi.config.js";
|
|
|
|
export default defineConfig({
|
|
attributify: true,
|
|
presets: [WindiConfig],
|
|
});
|