Files
bamort/desktop/wails.json
T
Bardioc26 bb9ef4f77e Added Desktop app deployment (#39)
Created a desktop app using Walis framework.
This embeds the frontend and backend into one binary that shows itself on a desktop
2026-02-24 22:10:05 +01:00

15 lines
388 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "bamort",
"outputfilename": "bamort",
"frontend:dir": "../frontend",
"frontend:install": "npm install",
"frontend:build": "npm run build:desktop",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"build:tags": "webkit2_41",
"author": {
"name": "Bamort"
}
}