openai-evals / frontend /svelte.config.js
Alex Cabrera
initial commit
1768d92
raw
history blame contribute delete
No virus
228 Bytes
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(),
}