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.
2 parents f82d318 + d33cd8f commit d09d8c5Copy full SHA for d09d8c5
packages/fastboot-app-server/src/fastboot-app-server.js
@@ -49,6 +49,7 @@ class FastBootAppServer {
49
afterMiddleware: this.afterMiddleware,
50
buildSandboxGlobals: this.buildSandboxGlobals,
51
chunkedResponse: this.chunkedResponse,
52
+ log: this.log,
53
});
54
55
this.worker.start();
0 commit comments