forked from bots-garden/ori
| ✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme | 1 | { |
| 2 | "$schema": "https://wails.io/schemas/config.v2.json", | |
| 3 | "name": "ori-desktop", | |
| 4 | "outputfilename": "ori-desktop", | |
| 5 | "assetdir": "frontend/src", | |
| 6 | "wailsjsdir": "./frontend", | |
| 7 | "frontend:install": "", | |
| 8 | "frontend:build": "", | |
| 9 | "frontend:dev:watcher": "", | |
| 10 | "frontend:dev:serverUrl": "", | |
| 11 | "author": { | |
| 12 | "name": "k33g", | |
| 13 | "email": "ph.charriere@gmail.com" | |
| 14 | }, | |
| 15 | "info": { | |
| 16 | "companyName": "bots-garden", | |
| 17 | "productName": "ori", | |
| 18 | "productVersion": "0.1.0", | |
| 19 | "copyright": "Copyright © 2026 k33g", | |
| 20 | "comments": "Desktop shell for the ori ACP web client" | |
| 21 | } | |
| 22 | } |