Switch repository docs to English README workflow
All checks were successful
Build Windows App / build-windows (push) Successful in 16m21s

This commit is contained in:
MrSphay
2026-05-02 00:10:52 +02:00
parent 98781f8e85
commit a5b9fc0cf7
5 changed files with 384 additions and 78 deletions

View File

@@ -14,7 +14,8 @@
"dev": "vite --host 127.0.0.1",
"build": "tsc --noEmit && vite build && tsc -p tsconfig.electron.json",
"dist:win": "npm run build && electron-builder --win nsis portable --x64 --publish never",
"lint": "tsc --noEmit"
"lint": "tsc --noEmit",
"readme": "npx --yes @appnest/readme generate -i blueprint.md -c blueprint.json"
},
"dependencies": {
"lucide-react": "^0.468.0",