mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-02-07 21:30:58 -05: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()],
|
|
});
|