Browse Source

Merge pull request #20674 from abpframework/auto-merge/rel-8-2/2954

Merge branch rel-8.3 with rel-8.2
pull/20675/head
maliming 1 year ago
committed by GitHub
parent
commit
aac419ea4c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/en/cli/index.md

1
docs/en/cli/index.md

@ -924,6 +924,7 @@ abp bundle [options]
* ```--project-type``` or ```-t```: Specifies the project type. Default type is `webassembly`. Available types:
* `webassembly`
* `maui-blazor`
* `--version` or `-v`: Specifies the ABP Framework version that the project is using. This is helpful for those who use central package management.
`bundle` command reads the `appsettings.json` file inside the Blazor and MAUI Blazor project for bundling options. For more details about managing style and script references in Blazor or MAUI Blazor apps, see [Managing Global Scripts & Styles](../framework/ui/blazor/global-scripts-styles.md)

Loading…
Cancel
Save