Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/cli/neu-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ development evironment at the same time. This option patches the main HTML file
client library global variables to expose the native API to the frontend library's development server.
Learn how to setup this feature from [this](../getting-started/using-frontend-libraries.md) guide.

:::info WSL Users
If you are using Windows Subsystem for Linux (WSL), ensure you have GUI support (WSLg) enabled. Running `neu run` without a display server configured will result in an application crash or `error code 1`.
:::
#### Options
- `--disable-auto-reload`: Disables the auto-reloading feature.
- `--arch=<arch>`: Explicitly set the CPU architecture. This option is helpful if you use a 32-bit Node.js process
Expand Down