fix: add hostname and port configuration to export
This commit is contained in:
@@ -23,4 +23,6 @@ registerRoutes(app);
|
|||||||
export default {
|
export default {
|
||||||
fetch: app.fetch,
|
fetch: app.fetch,
|
||||||
websocket,
|
websocket,
|
||||||
|
hostname: '0.0.0.0',
|
||||||
|
port: Number(process.env.PORT ?? 3000)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user