railgun/wails.json
2025-05-13 08:05:47 +01:00

14 lines
317 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "myproject",
"outputfilename": "myproject",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "",
"email": ""
}
}