2025-04-28 20:52:47 +03:00
|
|
|
import { sveltekit } from "@sveltejs/kit/vite";
|
|
|
|
|
import { defineConfig } from "vite";
|
2023-12-29 02:57:23 +00:00
|
|
|
|
|
|
|
|
export default defineConfig({
|
2025-04-28 20:52:47 +03:00
|
|
|
plugins: [sveltekit()],
|
2023-12-29 02:57:23 +00:00
|
|
|
});
|