1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 05:49:37 +02:00
AdventureLog/vite.config.ts

7 lines
146 B
TypeScript
Raw Normal View History

2024-04-02 22:02:20 +00:00
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";
2024-03-29 21:41:22 +00:00
export default defineConfig({
2024-04-02 22:02:20 +00:00
plugins: [sveltekit()],
2024-03-29 21:41:22 +00:00
});