20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "reasonix-desktop",
|
|
"outputfilename": "reasonix-desktop",
|
|
"frontend:install": "pnpm install",
|
|
"frontend:build": "pnpm build",
|
|
"frontend:dev:watcher": "pnpm dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "esengine"
|
|
},
|
|
"info": {
|
|
"companyName": "Reasonix",
|
|
"productName": "Reasonix",
|
|
"productVersion": "0.0.0",
|
|
"copyright": "Copyright © 2026 Reasonix Contributors",
|
|
"comments": "Reasonix desktop — a Wails shell around the Go kernel."
|
|
}
|
|
}
|