Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5b2e5e363e4e30ee9e9e8f68ec95f05f4d31dfea 9 lines 183 B view raw
1import { defineConfig } from 'vite'; 2import preact from '@preact/preset-vite'; 3 4export default defineConfig({ 5 plugins: [preact()], 6 build: { 7 outDir: './dist-graphql', 8 }, 9});