Add dev config and copy-env build script

Add development config files and wiring to include them in the shell build. Creates packages/napcat-develop/config/.env and packages/napcat-develop/config/onebot11.json, adds a root script `build:shell:config` that builds napcat-shell and then runs napcat-develop's `copy-env` script. Update packages/napcat-develop/package.json to add the `copy-env` script (uses xcopy to copy config into the napcat-shell dist), tidy exports and metadata. This ensures dev configuration is packaged into napcat-shell during the build process.
This commit is contained in:
手瓜一十雪
2026-02-01 11:01:53 +08:00
parent cc8891b6a1
commit ff93aa3dc7
4 changed files with 69 additions and 24 deletions

View File

@@ -14,7 +14,8 @@
"test": "pnpm --filter napcat-test run test",
"test:ui": "pnpm --filter napcat-test run test:ui",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"build:shell:config": "pnpm --filter napcat-shell run build && pnpm --filter napcat-develop run copy-env"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",