You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
I would like to report a bug.
- What is the current behavior?
When running netlify dev with build.functions in netlify.toml pointing to a non-existing folder, functions generated in watch mode aren’t served via HTTP.
Reproduction: Run yarn netlify dev (instead of yarn develop) in the root of kripod/exigo
- What is the expected behavior?
Functions generated on the fly should be available in development mode.
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
I would like to report a bug.
- What is the current behavior?
When running
netlify dev
withbuild.functions
innetlify.toml
pointing to a non-existing folder, functions generated in watch mode aren’t served via HTTP.Reproduction: Run
yarn netlify dev
(instead ofyarn develop
) in the root of kripod/exigo- What is the expected behavior?
Functions generated on the fly should be available in development mode.
The text was updated successfully, but these errors were encountered: