flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

at trunk 7 lines 205 B view raw
1import { defineConfig } from '@hey-api/openapi-ts' 2 3export default defineConfig({ 4 input: 'http://localhost:3000/api-docs/openapi.json', 5 output: 'src/generated', 6 plugins: ['@tanstack/react-query'] 7})