So I have my spring api and javascript app in separate modules. I was wondering if there was a way in gradle to have to javascript build output added to spring build so that it can serve it like you can other static content
Keith Miller
05/04/2023, 9:12 PM
I can do it manually with a custom task but wanted to see if something already exists first