wails/v2/examples/dragdrop-test/wails.json
2025-11-08 12:00:17 +11:00

13 lines
357 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "dragdrop-test",
"outputfilename": "dragdrop-test",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Lea Anthony",
"email": "lea.anthony@gmail.com"
}
}