Skip to content

Commit 66534f0

Browse files
authored
Add current directory to be able to reload that (#44)
* Add current directory to be able to reload that * rename
1 parent a12f763 commit 66534f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/proto/FunctionRpc.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ message WorkerStatusResponse {
189189
message FunctionEnvironmentReloadRequest {
190190
// Environment variables from the current process
191191
map<string, string> environment_variables = 1;
192+
// Current directory of function app
193+
string function_app_directory = 2;
192194
}
193195

194196
message FunctionEnvironmentReloadResponse {

0 commit comments

Comments
 (0)