mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 06:31:13 +00:00
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🐚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.
4 lines
133 B
Bash
4 lines
133 B
Bash
NAPCAT_DISABLE_PIPE=1
|
|
NAPCAT_DISABLE_MULTI_PROCESS=1
|
|
NAPCAT_WEBUI_JWT_SECRET_KEY=napcat_dev_secret_key
|
|
NAPCAT_WEBUI_SECRET_KEY=napcat |