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