We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cff78 commit 776802eCopy full SHA for 776802e
cosmos.bunserver.ts
@@ -88,7 +88,7 @@ async function serveFromDir(config: {
88
return null;
89
}
90
export default {
91
- port: 5050,
+ port: cosmosConfig.rendererUrl.split(":").pop(),
92
hostname: "0.0.0.0",
93
async fetch(req) {
94
const reqPath = new URL(req.url).pathname;
0 commit comments