I have an API route at pages/api/favicon/site.webmanifest.ts, but this library writes the type such that the TypeSafeApiRoute has an entry called /api/favicon/site, dropping the webmanifest part; that should still be there, and only the .ts should be dropped.
I have an API route at
pages/api/favicon/site.webmanifest.ts
, but this library writes the type such that theTypeSafeApiRoute
has an entry called/api/favicon/site
, dropping thewebmanifest
part; that should still be there, and only the.ts
should be dropped.