Files
Anitrack/wails.json
T
John O'Keefe 4c34a57493
Release / release (push) Canceled after 2m11s
chore(release): bump version to 1.99.0
2026-09-15 22:20:59 -04:00

19 lines
360 B
JSON

{
"name": "AniTrack",
"frontend": {
"dir": "./frontend",
"install": "npm install",
"build": "npm run build",
"dev": "npm run dev",
"devServerUrl": "http://localhost:5173"
},
"author": {
"name": "John O'Keefe",
"email": "admin@linuxhg.com"
},
"info": {
"productName": "AniTrack",
"productVersion": "1.99.0"
}
}