How do you deploy the new generated client?
I have tried using the new generator, as advised to do so by the CLI.
I then mapped the alias to my
I am able to import the client and use it in my application:
However, when I try to deploy my application to Fly.io. I endlessly recieve the following when trying to run
It seems that, no matter what I do, the generated client alias is not able to be used by my application. Is there some secret sauce that I am missing here?
I then mapped the alias to my
tsconfig.json:I am able to import the client and use it in my application:
However, when I try to deploy my application to Fly.io. I endlessly recieve the following when trying to run
pnpm run build:It seems that, no matter what I do, the generated client alias is not able to be used by my application. Is there some secret sauce that I am missing here?