Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 180 B view raw
1import { defineConfig } from 'vite'; 2import { svelte } from '@sveltejs/vite-plugin-svelte'; 3 4// https://vitejs.dev/config/ 5export default defineConfig({ 6 plugins: [svelte()], 7});