Hello CAP Community,
Do you know how to include custom resource that must be deployed with a CAP service (eg: static .png file)?
If you want more background, I do have a CAP service where I'm generating PDF file. In This PDF, I have to include a static logo.
This is working file in local, but resource is not reachable when deployed.
Thanks for your help!
PS: feel free to have a look on my initial Git project if you are interested ;)