From f45bc1e88ca700567355c88d47ec0df661d27f09 Mon Sep 17 00:00:00 2001 From: Arnav K Date: Fri, 14 Feb 2025 22:08:32 +0530 Subject: [PATCH] patch(ux): avoid standlone file read errs (#64) * patch: use production standlone for patch * chore * v * revert * ux * add runframe as dep on setup * chore * Update setup-tsci-packages.ts * Update createHttpServer.ts --- lib/server/createHttpServer.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/server/createHttpServer.ts b/lib/server/createHttpServer.ts index 029607f..ab76f43 100644 --- a/lib/server/createHttpServer.ts +++ b/lib/server/createHttpServer.ts @@ -31,7 +31,9 @@ export const createHttpServer = async (port = 3020) => { res.end(content) return } catch (error) { - console.error("Error serving standalone.min.js:", error) + console.info( + "Local runframe standalone not found, falling back to the production version.", + ) } res.writeHead(302, {