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