dequoter/wails.json
Leon Mika 9f2fa96b92 Initial commit
Have the basic workplace worked out
2025-09-06 10:26:50 +10:00

14 lines
339 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "dequoter",
"outputfilename": "dequoter",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Leon Mika",
"email": "lmika@lmika.org"
}
}