Files

14 lines
361 B
JSON
Raw Permalink Normal View History

2022-04-15 20:30:10 +10:00
{
2022-10-22 06:07:37 -04:00
"$scheme": "https://wails.io/schemas/config.v2.json",
2022-04-15 20:30:10 +10:00
"name": "{{.ProjectName}}",
"outputfilename": "{{.BinaryName}}",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
2022-07-12 21:41:41 +10:00
"frontend:dev:serverUrl": "auto",
2022-04-15 20:30:10 +10:00
"author": {
"name": "{{.AuthorName}}",
"email": "{{.AuthorEmail}}"
}
}