Ariver
2026-06-03 8fe9e37f15b7b36a43daa9faf8c410dedcad2745
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://wails.io/schemas/config.v3.json",
  "name": "PrivateVoice Input",
  "outputfilename": "PrivateVoice Input",
  "frontend:install": "npm install",
  "frontend:build": "npm run build",
  "frontend:dev:watcher": "npm run dev",
  "frontend:dev:serverUrl": "auto",
  "author": {
    "name": "PrivateVoice",
    "email": ""
  }
}