I have a mono-repo with various shared assets folders and a node.js "webapp" folder.
I would like to serve the "webapp" folder however it appears the default behavior of ELB is to look for a package.json in the root.
How can configure Elastic Beanstalk to serve the application from the "webapp" sub directory?
I assume I can set a .ebextensions config but I cannot see anything in the documentation.