Sélectionner une révision Git
-
Alexandre Morignot a rédigé
It's like I used to think there will be only one query for ever.
Alexandre Morignot a rédigéIt's like I used to think there will be only one query for ever.
svelte.config.js 290 o
import { vitePreprocess } from "@sveltejs/kit/vite";
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
};
export default config;