diff --git a/fc.toml b/fc.toml index e5730af..244ad4e 100644 --- a/fc.toml +++ b/fc.toml @@ -2,6 +2,9 @@ app = "nodejs-dockerfile-func-sample" region = "asia-south1" handler = "index.handler" +[settings.nodejs] +common_js = true + [build] builtin = "dockerfile" ignorefile = ".gitignore"