Skip to content

Commit 3cfc949

Browse files
Update apps/webapp/server.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ac3815e commit 3cfc949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if (process.env.HTTP_SERVER_DISABLED !== "true") {
5858

5959
await createViteServer().catch((err) => {
6060
console.error("Error setting up Vite dev server:", err);
61+
process.exit(1);
6162
});
6263
} else {
6364
console.log("Starting production server");

0 commit comments

Comments
 (0)