chore(debug)!: enable debug mode based on environment and remove params.dev.debug config

This commit is contained in:
Cell
2026-04-12 13:49:21 +08:00
parent 5f100a6cca
commit aef8eaf936
6 changed files with 4 additions and 13 deletions
+1
View File
@@ -52,6 +52,7 @@ pnpm dev:docs
> [!TIP]
>
> - Add `-e production` to the development command to check the production environment, e.g. `pnpm dev:test -e production`.
> - Add `-e debug` to enable debug mode (if applicable), e.g. `pnpm dev:test -e debug`.
> - For documentation-related theme changes, it is recommended to clone both `FixIt` and `fixit-docs` as sibling directories.
### Building