Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 97b375c

Browse files
committed
fixing dev functions folder
1 parent bc88906 commit 97b375c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

netlify.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build]
2-
base = "."
32
functions = "./functions"
4-
publish = "/"
5-
command = "cd functions_src && yarn install && cd .. && netlify-lambda build functions_src"
3+
command = "cd functions_src && yarn install && cd .. && netlify-lambda build functions_src"
4+
5+
[dev]
6+
functions = "./functions_src"

0 commit comments

Comments
 (0)