mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
Introduces the napcat-develop package with its own package.json and tsconfig.json. Updates build and dev scripts in the root package.json, modifies loadNapCat.cjs to adjust paths and output directories, and updates nodeTest.ps1 to use the correct script path.
19 lines
205 B
Plaintext
19 lines
205 B
Plaintext
# Develop
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
out/
|
|
dist/
|
|
/src/core.lib/common/
|
|
devconfig/*
|
|
|
|
# Editor
|
|
!.vscode/extensions.json
|
|
.idea/*
|
|
|
|
# Build
|
|
*.db
|
|
checkVersion.sh
|
|
bun.lockb
|
|
tests/run/
|
|
guild1.db-wal
|
|
guild1.db-shm |