Replies: 1 comment
-
OK i think I got there by using a bunch of deprecated settings
Will have to think about how to migrate away from this next (for now i'm just trying to get up to date). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
So i'm having a stab at upgrading again as I noticed
@hey-api/sdk
looks on paper like what I need.I'm currently on 0.43.0 which generates services using this config:
This gives me classes for each service and an
index.ts
which aggregates those services into a single class (SDK).My new config looks like this so far:
This gives me a similar behaviour in that i get services correctly generated but i'm missing that top level index.ts file that pulls it all together.
I can't see if there's a way to get that back on the latest version?
I'm trying to upgrade to the la
Beta Was this translation helpful? Give feedback.
All reactions