wails-template/wails.tmpl.json

14 lines
364 B
JSON
Raw Normal View History

2025-02-03 16:09:45 +01:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
2025-02-04 09:41:24 +01:00
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
2025-02-03 18:20:51 +01:00
"frontend:install": "pnpm install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
2025-02-03 16:09:45 +01:00
"frontend:dev:serverUrl": "auto",
"author": {
2025-02-04 09:41:24 +01:00
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
2025-02-03 16:09:45 +01:00
}
}