alby-hub/wails.json
2024-01-18 20:39:25 +07:00

13 lines
380 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "nostr-wallet-connect",
"outputfilename": "Nostr-Wallet-Connect",
"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"
}
}