返回 DeepSeek-Reasonix
wails.json
根目录 / desktop / wails.json
1 {
2 "$schema": "https://wails.io/schemas/config.v2.json",
3 "name": "reasonix-desktop",
4 "outputfilename": "reasonix-desktop",
5 "frontend:install": "pnpm install",
6 "frontend:build": "pnpm build",
7 "frontend:dev:watcher": "pnpm dev",
8 "frontend:dev:serverUrl": "auto",
9 "author": {
10 "name": "esengine"
11 },
12 "info": {
13 "companyName": "Reasonix",
14 "productName": "Reasonix",
15 "productVersion": "0.0.0",
16 "copyright": "Copyright © 2026 Reasonix Contributors",
17 "comments": "Reasonix desktop — a Wails shell around the Go kernel."
18 }
19 }
20
20 lines JSON