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 3c931a0d477bddee08ddd1d4cb6e54c43e54849b 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});