See lines 147-150ish on AmorphicServer.ts ``` if (amorphicOptions.compressXHR) { this.app.use(compression()); } ``` This should only be on amorphic specific routes
See lines 147-150ish on AmorphicServer.ts
This should only be on amorphic specific routes