rum-goggles/v1/wails.json

14 lines
351 B
JSON
Raw Permalink Normal View History

2023-12-13 21:07:40 +00:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "rum-goggles",
"outputfilename": "rum-goggles",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "tyler",
2024-06-14 17:49:03 +00:00
"email": "tyler@noreply.travisty.io"
2023-12-13 21:07:40 +00:00
}
}