When I use the example described in the readme the function is deployed to Azure, but the code with a schema that is generated through Pothos failed to be successfully deployed on Azure as the image below shows.
It works if you delete src/functions/database.ts in the code repository of mine (https://github.com/3rfm-its-davis/odometer-reading) or change its contents to what listed in the readme. It also works in the local environment.
I think it's something because of this package but did you have some suggestions for this situation?
Edit: I mistakenly exposed the subscription ID :/ so moved the resources to a new one and deleted the one shown above.
When I use the example described in the readme the function is deployed to Azure, but the code with a schema that is generated through Pothos failed to be successfully deployed on Azure as the image below shows.
It works if you delete src/functions/database.ts in the code repository of mine (https://github.com/3rfm-its-davis/odometer-reading) or change its contents to what listed in the readme. It also works in the local environment.
I think it's something because of this package but did you have some suggestions for this situation?
Edit: I mistakenly exposed the subscription ID :/ so moved the resources to a new one and deleted the one shown above.