mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
|
|
import { sveltekit } from "@sveltejs/kit/vite";
|
||
|
|
import { defineConfig } from "vite";
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
plugins: [sveltekit()],
|
||
|
|
});
|