Files
2026-07-23 17:05:23 +08:00

15 lines
373 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": "http://localhost:5188",
"devServer": "localhost:34188",
"author": {
"name": "yml",
"email": ""
}
}