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.

chore: load env file in dev

Lubos 80d52863 92126685

+6
+2
dev/.env.example
··· 1 + PRESET=tanstack 2 + INPUT=full
+2
dev/openapi-python.config.ts
··· 1 + import 'dotenv/config'; 2 + 1 3 import path from 'node:path'; 2 4 3 5 import { defineConfig } from '@hey-api/openapi-python';
+2
dev/openapi-ts.config.ts
··· 1 + import 'dotenv/config'; 2 + 1 3 import path from 'node:path'; 2 4 3 5 import { defineConfig } from '@hey-api/openapi-ts';