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