From d1490d4139c74a5e010b4d63c73d331adf13cfde Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Thu, 12 Feb 2026 09:34:05 -0800 Subject: [PATCH] Configure remote build: update .funcignore and azure.yaml --- .funcignore | 3 +-- azure.yaml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.funcignore b/.funcignore index d5b3b4a..40d6945 100644 --- a/.funcignore +++ b/.funcignore @@ -1,10 +1,9 @@ *.js.map -*.ts .git* .vscode __azurite_db*__.json __blobstorage__ __queuestorage__ +node_modules/ local.settings.json test -tsconfig.json \ No newline at end of file diff --git a/azure.yaml b/azure.yaml index fab6911..6fc6dfc 100644 --- a/azure.yaml +++ b/azure.yaml @@ -8,3 +8,4 @@ services: project: . language: js host: function + remoteBuild: true