mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-10 00:33:28 +08:00
初始化
This commit is contained in:
16
wails.json
Normal file
16
wails.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "GoNavi-Wails",
|
||||
"outputfilename": "gonavi",
|
||||
"frontend:install": "npm install",
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user