wails.json 388 B

12345678910111213
  1. {
  2. "$schema": "https://wails.io/schemas/config.v2.json",
  3. "name": "智慧映拍照机辅助工具箱",
  4. "outputfilename": "智慧映拍照机辅助工具箱",
  5. "frontend:install": "npm install",
  6. "frontend:build": "npm run build",
  7. "frontend:dev:watcher": "npm run dev",
  8. "frontend:dev:serverUrl": "auto",
  9. "author": {
  10. "name": "rambo",
  11. "email": "ramboliang@163.com"
  12. }
  13. }