mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 00:21:21 +00:00
- Enforced strict Node versioning with `.npmrc` engine-strict enabled ⚙️ - Declared Node.js >=20 requirement via `package.json` engines field 🚀 - Added early WSL2 environment checks during app startup 🕵️ - Introduced WSL detector utility to identify WSL and cache results 🧠 - Detects `/mnt/<drive>` Windows-mount paths to prevent common breakages 🧭 - Emits clear warnings for WSL mount risks: sockets, Electron, npm, git 🔥 - Added user-friendly WSL warning message with fix steps and docs link 📣 - Expanded installation docs with WSL2 best-practice cloning guidance 📘 - Added troubleshooting playbook for WSL2 errors and proven remedies 🛠️ - Polished File Explorer status bar styling with rounded bordered container 🎨
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
engine-strict=true
|