chore: update dev config (#31329)

This commit is contained in:
Stephen Zhou
2026-01-21 13:49:16 +08:00
committed by GitHub
parent 121d301a41
commit 2512227868
4 changed files with 46 additions and 45 deletions

View File

@@ -23,12 +23,13 @@
"and_qq >= 14.9"
],
"scripts": {
"dev": "next dev --inspect",
"dev": "next dev",
"dev:inspect": "next dev --inspect",
"build": "next build",
"build:docker": "next build && node scripts/optimize-standalone.js",
"start": "node ./scripts/copy-and-start.mjs",
"lint": "eslint --cache",
"lint:ci": "pnpm lint --concurrency 3",
"lint": "eslint --cache --concurrency=\"auto\"",
"lint:ci": "eslint --cache --concurrency 3",
"lint:fix": "pnpm lint --fix",
"lint:quiet": "pnpm lint --quiet",
"lint:complexity": "pnpm lint --rule 'complexity: [error, {max: 15}]' --quiet",
@@ -200,7 +201,7 @@
"@vitejs/plugin-react": "5.1.2",
"@vitest/coverage-v8": "4.0.17",
"autoprefixer": "10.4.21",
"code-inspector-plugin": "1.2.9",
"code-inspector-plugin": "1.3.6",
"cross-env": "10.1.0",
"esbuild-wasm": "0.27.2",
"eslint": "9.39.2",