mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-24 01:40:08 +08:00
17 lines
495 B
JSON
17 lines
495 B
JSON
{
|
|
"name": "GoNavi",
|
|
"outputfilename": "GoNavi",
|
|
"frontend:install": "npm ci --prefer-offline --no-audit --fund=false --fetch-retries=5 --fetch-retry-mintimeout=20000 --fetch-retry-maxtimeout=120000",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "http://localhost:5173",
|
|
"wailsjsdir": "./frontend",
|
|
"version": "2",
|
|
"author": {
|
|
"name": "User",
|
|
"email": "user@example.com"
|
|
},
|
|
"debounceMS": 100,
|
|
"appargs": ""
|
|
}
|