Skip to content

Commit 1dd28ca

Browse files
committed
wip
1 parent 39775c7 commit 1dd28ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evi/evi-proxy/app/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const serve = async (req: http.IncomingMessage, res: http.ServerResponse) => {
5757
return;
5858
} else {
5959
res.writeHead(404, { "Content-Type": "text/plain" });
60-
res.write("out/index.html not found. Run (cd web && npm run build) to build the frontend.");
60+
res.write("out/index.html not found. Run `cd web && npm install && npm run build` to build the frontend.");
6161
res.end();
6262
return;
6363
}

0 commit comments

Comments
 (0)