ICS React Native App
0
fork

Configure Feed

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

at main 10 lines 282 B view raw
1import { defineConfig } from "@hey-api/openapi-ts"; 2 3export default defineConfig({ 4 input: process.env.SERVER_URL || "http://localhost:3001/openapi.yaml", 5 output: "generated", 6 plugins: [ 7 "@tanstack/react-query", 8 { name: "@hey-api/transformers", dates: true }, 9 ], 10});