Files
rustle-wails/rustle/wails.json
anthonyrawlins 80536e27e0 Initial commit - RUSTLE Wails implementation
- Added Go-based Wails application for RUSTLE UCXL browser
- Implemented basic application structure and configuration
- Added project documentation and setup instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 09:35:36 +10:00

14 lines
364 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "rustle",
"outputfilename": "rustle",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "anthonyrawlins",
"email": "anthonyrawlins@users.noreply.github.com"
}
}