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 0296586 commit 55da43bCopy full SHA for 55da43b
src/httptoolkit-server.ts
@@ -131,7 +131,8 @@ export class HttpToolkitServer {
131
await this.graphql.start(<any> {
132
// Hacky solution that lets us limit the server to only localhost,
133
// and override the port from 4000 to something less likely to conflict.
134
- port: { port: 45457, host: 'localhost' }
+ port: { port: 45457, host: 'localhost' },
135
+ playground: false
136
});
137
}
138
};
0 commit comments