mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
import { defineConfig } from "vite";
|
|
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [svelte()],
|
|
});
|