diff --git a/azure.yaml b/azure.yaml index f46ddba..fd0b031 100644 --- a/azure.yaml +++ b/azure.yaml @@ -6,5 +6,6 @@ metadata: services: api: project: ./src/ - language: js + language: ts host: function + remoteBuild: true diff --git a/src/.funcignore b/src/.funcignore new file mode 100644 index 0000000..4ce0d8e --- /dev/null +++ b/src/.funcignore @@ -0,0 +1,6 @@ +*.js.map +.git* +.vscode +local.settings.json +test +node_modules