nf-disk/wails.json

14 lines
344 B
JSON
Raw Normal View History

2024-09-26 17:54:14 +08:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "nf-disk",
"outputfilename": "nf-disk",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "zhaoyupeng",
"email": "zhaoyupeng@umisen.com"
}
}