mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
d502ef5029
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
};
|