Files
2026-06-09 13:55:11 +01:00

17 lines
423 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",
"productVersion": "0.0.0"
}
}