From 7c57e823bd4b749e2202aee0dad4b6b606b0c559 Mon Sep 17 00:00:00 2001 From: Ola Hungerford Date: Fri, 14 Feb 2025 06:25:35 -0700 Subject: [PATCH] Fix style issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58b764f..9350f38 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ npm run dev > **Note for Windows users:** > On Windows, you may experience an issue where the proxy server fails to start when running the `npm run dev` command. This is due to TSX's watch mode not properly handling standard input on Windows. -> +> > To work around this, you can append `< NUL` to the `dev` script in `/server/package.json`: -> +> > ```bash > tsx watch --clear-screen=false src/index.ts < NUL > ```