All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
274 B
JavaScript
10 lines
274 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(),
|
|
compilerOptions: {
|
|
customElement: true,
|
|
},
|
|
};
|