Add napcat-develop package and update scripts

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.
This commit is contained in:
手瓜一十雪
2025-11-13 19:30:33 +08:00
parent 27d997dea2
commit e741729de8
6 changed files with 83 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ $uninstall = $uninstall.Trim('"')
$qqPath = Split-Path $uninstall -Parent
Write-Host "QQPath: $qqPath"
node.exe "tests/loadNapCat.cjs" "$qqPath"
node.exe "./loadNapCat.cjs" "$qqPath"