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 ac3815e commit 3cfc949Copy full SHA for 3cfc949
apps/webapp/server.js
@@ -58,6 +58,7 @@ if (process.env.HTTP_SERVER_DISABLED !== "true") {
58
59
await createViteServer().catch((err) => {
60
console.error("Error setting up Vite dev server:", err);
61
+ process.exit(1);
62
});
63
} else {
64
console.log("Starting production server");
0 commit comments