From a56f1815c0107f41e06ec8020ec99bc2d99bda4f Mon Sep 17 00:00:00 2001 From: HaiTao Yue Date: Fri, 22 Nov 2019 12:01:13 +0800 Subject: [PATCH] [Close #83] Fix netlify build function failed Add netlify.toml under dashboard folder. Signed-off-by: HaiTao Yue --- src/dashboard/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/dashboard/netlify.toml diff --git a/src/dashboard/netlify.toml b/src/dashboard/netlify.toml new file mode 100644 index 000000000..6ab927574 --- /dev/null +++ b/src/dashboard/netlify.toml @@ -0,0 +1,2 @@ +[build] + functions = "functions"