Files
Yggdrasil/wails.json
2025-01-11 23:33:41 +01:00

14 lines
353 B
JSON

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