Files
welshman/packages/editor/svelte.config.js
T
2025-01-01 09:27:15 -08:00

11 lines
283 B
JavaScript

import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
};
export default config;