mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-22 17:00:21 +08:00
- 新增 Wails 快速开发启动脚本,跳过非必要构建与绑定生成 - 优化前端依赖安装状态判断,减少重复 npm install - 固定 CI Wails CLI 版本并增加 node_modules 缓存 - 更新开发文档中的快速启动说明
17 lines
406 B
JSON
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": ""
|
|
}
|