Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 269f694e5726f0000e1ade6f139d864bbe5c7b05
  • master par défaut
  • cinch
  • ruby
  • gh-pages
  • v1.0.0
6 résultats

get.pm

Blame
  • 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;