Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
s33chin committed Jun 8, 2024
1 parent c45ac2f commit d903604
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 373 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/azure-static-web-apps-blue-ocean-022ef790f.yml

This file was deleted.

20 changes: 5 additions & 15 deletions api/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,14 @@
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingExcludedTypes": "Request",
"samplingSettings": {
"isEnabled": true
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"customHandler": {
"description": {
"defaultExecutablePath": "node",
"arguments": [
"."
]
},
"enableForwardingHttpRequest": true
},
"extensions": {
"http": {
"routePrefix": ""
}
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}
1 change: 1 addition & 0 deletions api/local.settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": "node",
"SearchServiceName": "govsearch",
"SearchIndexName": "azureblob-index",
Expand Down
291 changes: 6 additions & 285 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/search-documents": "^11.0.3"
},
"dependencies": {},
"devDependencies": {}
}
Loading

0 comments on commit d903604

Please sign in to comment.