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, {