Files
MyGoNavi/wails.json
Syngnat 959f32327d 🐛 fix(ci): 提升 Wails 前端依赖安装稳定性
- 启用 GitHub Actions npm 缓存
- 使用 package-lock 驱动前端依赖安装
- 增加 npm fetch 重试参数降低网络抖动影响
2026-05-16 10:33:49 +08:00

17 lines
495 B
JSON

{
"name": "GoNavi",
"outputfilename": "GoNavi",
"frontend:install": "npm ci --prefer-offline --no-audit --fund=false --fetch-retries=5 --fetch-retry-mintimeout=20000 --fetch-retry-maxtimeout=120000",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"wailsjsdir": "./frontend",
"version": "2",
"author": {
"name": "User",
"email": "user@example.com"
},
"debounceMS": 100,
"appargs": ""
}