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 01a9f9b commit d33cd8fCopy full SHA for d33cd8f
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