Add build.edge_handlers
configuration property
#1821
Labels
project:edge-handlers-support
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Uh oh!
There was an error while loading. Please reload this page.
Based on https://github.com/netlify/pod-the-builder/issues/51
We should add a
build.edge_handlers
configuration property.This configuration property should default to
./edge-handlers
. Paths are handled like other file paths innetlify.toml
, e.g. relative paths are relative to the build directory.The file path, after being normalized like the
build.functions
path is, should be passed to plugins asconstants.EDGE_HANDLERS_SRC
.The text was updated successfully, but these errors were encountered: