Files
chatgpt-web/svelte.config.js
Niek van der Maas d4e3c40df1 Initial commit
2023-03-02 22:12:55 +04:00

8 lines
228 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(),
}