pds-dash/svelte.config.js
Astra 2db2ca4a05
All checks were successful
Deploy / Deploy (push) Successful in 28s
Formatting, cleanup, misc style changes, more config options
2025-04-21 16:20:43 +09:00

7 lines
230 B
JavaScript

import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
};