monorepo/native/desktop/maplefile/wails.json

13 lines
353 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "maplefile",
"outputfilename": "maplefile",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Bartlomiej Mika",
"email": "bart@mikasoftware.com"
}
}