4 Commits

Author SHA1 Message Date
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
Do Le Long An
34822aaa83
update makefile 2026-01-24 14:29:42 +07:00
laansdole
c8fd5c5a77 chores: gitignore .env file 2026-01-21 15:14:47 +07:00
laansdole
250fdc93a3 chores: makefile utility 2026-01-21 15:14:46 +07:00