alby-hub/wails.json
2024-07-05 21:00:15 +07:00

13 lines
354 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "albyhub",
"outputfilename": "albyhub",
"frontend:install": "yarn install",
"frontend:build": "yarn build:wails",
"frontend:dev:watcher": "yarn dev:wails",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Alby Contributors",
"email": "hello@getalby.com"
}
}