Files
goexplore/wails.json
T
jamie 1490e2e02b
Build and Upload Binaries / build-and-upload (push) Successful in 1m1s
chore: set initial window state to normal and update project metadata
2026-06-09 13:26:13 +01:00

16 lines
392 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "GoExplore",
"outputfilename": "goexplore",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "JDB-NET"
},
"info": {
"companyName": "JDB-NET Limited",
"productName": "GoExplore"
}
}