When deploying servererless insto Google Cloud functions - the app root reported is incorrect. ```nodejs const appRoot = require("app-root-path"); console.log(appRoot.toString()); ``` `/layers/google.nodejs.functions-framework/functions-framework/node_modules/@google-cloud/functions-framework/build/src` ```nodejs console.log(__dirname); ``` `/workspace` I'm not sure where to look to see what could be causing this, if I get time I will see what's going on and create a PR.