Kyoo/front/vite.config.ts
2025-06-07 19:30:04 +02:00

8 lines
179 B
TypeScript

// Typed as UserConfig for handy autocomplete
import type { UserConfig } from "vite";
import { one } from "one/vite";
export default {
plugins: [one()],
} satisfies UserConfig;