From e15599e6322ff75e35b4985d3d0d1aea85a083e7 Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Wed, 11 Feb 2026 22:25:47 -0800 Subject: [PATCH] Configure for 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..ce23a08 100644 --- a/.funcignore +++ b/.funcignore @@ -1,5 +1,4 @@ *.js.map -*.ts .git* .vscode __azurite_db*__.json @@ -7,4 +6,4 @@ __blobstorage__ __queuestorage__ local.settings.json test -tsconfig.json \ No newline at end of file +node_modules diff --git a/azure.yaml b/azure.yaml index 8328147..8dbed7e 100644 --- a/azure.yaml +++ b/azure.yaml @@ -8,3 +8,4 @@ services: project: . language: js host: function + remoteBuild: true