Update fc.toml

This commit is contained in:
fc-bot 2024-04-26 07:18:02 +00:00
parent 080d4afa9d
commit 57791c89a3

View File

@ -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"