1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-24 18:26:56 +01:00
rolens/wails.json

14 lines
347 B
JSON
Raw Normal View History

2023-01-10 17:28:27 +01:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Mongodup",
2023-01-10 18:00:08 +01:00
"outputfilename": "Mongodup",
2023-01-10 17:28:27 +01:00
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Romein van Buren",
"email": "romein@vburen.nl"
}
}