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