PasteAnywhere/wails.json

14 lines
349 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "PasteAnywhere",
"outputfilename": "PasteAnywhere",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "cyp0633",
"email": "cyp0633@gmail.com"
}
}