build
The rs build command uses Rsbuild to build an application for production.
Usage
The command loads the application configuration registered with define.app().
Options
rs build supports the same build options as Rsbuild. See the Rsbuild CLI documentation for details.
Examples:
Configuration
Configure the production build through define.app() in the Rstack configuration file. It accepts the standard Rsbuild configuration:
rstack.config.ts