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 ceaa57e commit 9ada4dfCopy full SHA for 9ada4df
src/cli.ts
@@ -54,7 +54,7 @@ export function cli({
54
console.log(`Starting graphql-rss-parser v${version}`);
55
const { url } = await startStandaloneServer(server, {
56
context: async ({ req }) => ({ token: req.headers.token }),
57
- listen: { port: 4000 },
+ listen: { host: args.host, port: args.port },
58
});
59
console.log(`Running on ${url}`);
60
},
0 commit comments