Files
yellowjacket/wails.json

14 lines
349 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "yellowjacket",
"outputfilename": "yellowjacket",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "yellowjacket",
"email": "yj@yellowjacket.app"
}
}