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 6afeddc commit d0ddf6eCopy full SHA for d0ddf6e
src/fastboot-app-server.js
@@ -30,7 +30,7 @@ class FastBootAppServer {
30
ui: this.ui,
31
distPath: this.distPath || process.env.FASTBOOT_DIST_PATH,
32
cache: this.cache,
33
- gzip: this.gzip
+ gzip: this.gzip,
34
httpServer: this.httpServer,
35
});
36
0 commit comments