fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

1import { createViteConfig } from '@config/vite-base'; 2import react from '@vitejs/plugin-react'; 3 4// https://vitejs.dev/config/ 5export default createViteConfig({ 6 plugins: [react()], 7});