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.

at feat/skip-token 3 lines 128 B view raw
1import path from 'node:path'; 2 3export const getSpecsPath = (): string => path.join(__dirname, '..', '..', '..', '..', 'specs');