Files
2026-05-28 21:32:46 +02:00

14 lines
338 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "OpsLog",
"outputfilename": "OpsLog",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "rouggy",
"email": "legreg002@hotmail.com"
}
}