Files
wails-template/wails.json
2024-08-19 10:18:20 +02:00

14 lines
363 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wails-template",
"outputfilename": "wails-template",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "PhatPhuckDave",
"email": "david.majdandzic@hotmail.com"
}
}