17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "Lingma Proxy",
|
|
"outputfilename": "LingmaProxy",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "lutc5",
|
|
"email": "lutc5@asiainfo.com"
|
|
},
|
|
"info": {
|
|
"productVersion": "1.4.9"
|
|
}
|
|
}
|