mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-03-04 11:11:42 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
![]() |
import { sveltekit } from "@sveltejs/kit/vite"
|
||
|
import { defineConfig } from "vite"
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [sveltekit()],
|
||
|
})
|