ChatDev/package.json
ylo878 1735b9b799 fix: improve Windows compatibility for Makefile and sync tools
This PR provides full cross-platform support (Windows/macOS/Linux) for the development environment.
Key Changes
Makefile: Refactored dev and stop targets using cross-env and kill-port to support PowerShell/CMD.
Compatibility: Replaced Unix-specific grep/awk in the help target with a Python one-liner.
Bug Fix: Added encoding='utf-8' to tools/sync_vuegraphs.py to prevent charmap decode errors on Windows systems.
Dependencies: Added necessary dev-tools to package.json files to ensure a seamless "clone and run" experience.
2026-02-08 03:37:52 +02:00

6 lines
57 B
JSON

{
"devDependencies": {
"kill-port": "^2.0.1"
}
}