rum-goggles/wails.json

14 lines
364 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",
"email": "tylertravisty@users.noreply.github.com"
}
}