1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
strimertul/wails.json
2022-11-16 12:23:54 +01:00

14 lines
342 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "strimertul",
"outputfilename": "strimertul",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Ash Keel",
"email": "ash@nebula.cafe"
}
}