Fix style issues
This commit is contained in:
@@ -50,9 +50,9 @@ npm run dev
|
|||||||
|
|
||||||
> **Note for Windows users:**
|
> **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.
|
> 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`:
|
> To work around this, you can append `< NUL` to the `dev` script in `/server/package.json`:
|
||||||
>
|
>
|
||||||
> ```bash
|
> ```bash
|
||||||
> tsx watch --clear-screen=false src/index.ts < NUL
|
> tsx watch --clear-screen=false src/index.ts < NUL
|
||||||
> ```
|
> ```
|
||||||
|
|||||||
Reference in New Issue
Block a user