diff --git a/server/index.js b/server/index.js index 14b3d3c..c97cdf2 100644 --- a/server/index.js +++ b/server/index.js @@ -60,8 +60,5 @@ createApp() app.listen(port, () => { console.log(`Wellby listening on http://localhost:${port}`); }); - }) - .catch((error) => { - console.error("Failed to start Wellby", error); - process.exit(1); }); +