Skip to content

Commit

Permalink
go build -o dist/func ./HttpExample/main.go && func start
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Sep 15, 2024
1 parent ec09c49 commit 5a86a4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions host.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
},
"customHandler": {
"description": {
"defaultExecutablePath": "",
"defaultExecutablePath": "dist/func",
"workingDirectory": "",
"arguments": []
}
},
"enableForwardingHttpRequest": true
}
}
}

0 comments on commit 5a86a4a

Please sign in to comment.