Files
Yggdrasil/wails.json
2025-01-11 14:41:17 +01:00

14 lines
369 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "wow-addon-manager",
"outputfilename": "wow-addon-manager",
"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"
}
}