Closed
Description
Some plugins have previously wanted to know the output directory where Functions are bundled. We provide with a non-configurable constants.FUNCTIONS_DIST
for this purpose.
We might have the same need for Edge handlers. At the moment, the output directory is hard-coded as .netlify/edge-handlers
. However, we probably should follow the same pattern and expose it as a non-configurable constants.EDGE_HANDLERS_DIST
instead so Build plugins can use this value.