We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12f763 commit 66534f0Copy full SHA for 66534f0
src/proto/FunctionRpc.proto
@@ -189,6 +189,8 @@ message WorkerStatusResponse {
189
message FunctionEnvironmentReloadRequest {
190
// Environment variables from the current process
191
map<string, string> environment_variables = 1;
192
+ // Current directory of function app
193
+ string function_app_directory = 2;
194
}
195
196
message FunctionEnvironmentReloadResponse {
0 commit comments