Skip to content

Commit

Permalink
[3.0.0-alpha.3] Removing node 16 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaNu committed Jul 2, 2024
1 parent c5c8bf8 commit 933a13d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions example/local.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node",
"languageWorkers:node:arguments": "--inspect=5858"
},
"Host": {
"LocalHttpPort": 8080,
"CORS": "*",
"CORSCredentials": false
},
"no_proxy": "localhost,127.0.0.1",
"NO_PROXY": "localhost,127.0.0.1"
}

0 comments on commit 933a13d

Please sign in to comment.