Files
updata_hfb/wails.json
T
2026-07-23 14:04:52 +08:00

14 lines
322 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "updata_hfb",
"outputfilename": "updata_hfb",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "yml",
"email": ""
}
}