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