2024-04-25 06:55:14 +08:00
|
|
|
// import { sveltekit } from "@sveltejs/kit/vite";
|
2023-05-12 23:22:25 +08:00
|
|
|
import { defineConfig } from "vite";
|
|
|
|
|
|
|
|
export default defineConfig({
|
2024-04-25 06:55:14 +08:00
|
|
|
// plugins: [sveltekit()]
|
2023-05-12 23:22:25 +08:00
|
|
|
});
|