@nx/rsbuild:configuration
Rsbuild configuration generator.
Rsbuild configuration generator.
1nx generate configuration ...
2
By default, Nx will search for configuration
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/rsbuild:configuration ...
2
Show what will be generated without writing to disk:
1nx g configuration ... --dry-run
2
Path relative to the workspace root for the entry file. Defaults to '<projectRoot>/src/index.ts'.
The name of the project.
Path relative to the workspace root for the tsconfig file to build with. Defaults to '<projectRoot>/tsconfig.app.json'.
4200
The port for the dev server to listen on.
web
node
, web
, web-worker
Target platform for the build, same as the Rsbuild output.target config option.
false
Skip formatting files.
Join Victor Savkin and Max Kless discuss why LLMs struggle with fragmented codebases, how monorepos + Nx create AI-powered architectural decisions, and the before-and-after experience of AI-powered coding in Nx.