{
  "$schema": "https://wails.io/schemas/config.v2.json",
  "name": "hangman",
  "outputfilename": "hangman",
  "frontend:install": "go mod tidy",
  "frontend:build": "make",
  "frontend:dev:watcher": "make dev",
  "frontend:dev:serverUrl": "http://localhost:8844",
  "author": {
    "name": "Nurahmadie",
    "email": "177826+fudanchii@users.noreply.github.com"
  }
}