Files
MyGoNavi/wails.json
Syngnat a5be4cc3ae ️ perf(dev): 优化 Wails 开发启动与 CI 构建耗时
- 新增 Wails 快速开发启动脚本,跳过非必要构建与绑定生成
- 优化前端依赖安装状态判断,减少重复 npm install
- 固定 CI Wails CLI 版本并增加 node_modules 缓存
- 更新开发文档中的快速启动说明
2026-05-16 11:02:43 +08:00

17 lines
406 B
JSON

{
"name": "GoNavi",
"outputfilename": "GoNavi",
"frontend:install": "node scripts/wails-frontend-install.mjs",
"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": ""
}