docs: updated concurrency flag

This commit is contained in:
saberzero1
2026-04-11 15:52:02 +02:00
parent 64802f858b
commit 64001920a0
4 changed files with 61 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ The `build` command transforms your Markdown content into a static HTML website.
| `--baseDir` | | Set a base directory for the site (e.g. for GitHub Pages) | `/` |
| `--remoteDevHost` | | The hostname to use for the development server | `localhost` |
| `--bundleInfo` | | Output a JSON file with bundle size information | `false` |
| `--concurrency` | | Number of worker threads to use for building | CPU core count |
| `--concurrency` | `-c` | Number of worker threads to use for building | CPU core count |
## Examples