Set PROJECT_PATH environment variable to point to project root. It will be promoted to slug's root, everything else will be erased.
This doesn't work for my project—I have a server in backend, and static files in frontend that I'd like the server to be able to run. But using this buildpack causes everything in frontend to be deleted. Is this just an unsolvable Heroku limitation?
This doesn't work for my project—I have a server in
backend, and static files infrontendthat I'd like the server to be able to run. But using this buildpack causes everything infrontendto be deleted. Is this just an unsolvable Heroku limitation?