Skip to content

Commit a3dc1d1

Browse files
authored
Set custom functions directory (#1519)
All our sites use this, but they're inconsistently configured in the web UI at the moment.
1 parent e6facc2 commit a3dc1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/common-config/netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ to = "/.netlify/functions/:splat"
2121
status = 200
2222

2323
[functions]
24+
directory = "tooling/netlify/functions"
2425
external_node_modules = ["node-fetch"]
2526

2627
[[headers]]

0 commit comments

Comments
 (0)