From 3dc71c58f4b42376fbec59092b0f182241cb90c5 Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Wed, 11 Feb 2026 22:17:47 -0800 Subject: [PATCH] Fix .funcignore for remote build and add remoteBuild: true to azure.yaml --- azure.yaml | 1 + src/api/.funcignore | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure.yaml b/azure.yaml index 20bd710..1d2e4a5 100644 --- a/azure.yaml +++ b/azure.yaml @@ -17,3 +17,4 @@ services: project: ./src/api language: ts host: function + remoteBuild: true diff --git a/src/api/.funcignore b/src/api/.funcignore index 5179222..4ce0d8e 100644 --- a/src/api/.funcignore +++ b/src/api/.funcignore @@ -1,7 +1,6 @@ *.js.map -*.ts .git* .vscode local.settings.json test -tsconfig.json \ No newline at end of file +node_modules