14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "voidraft",
|
|
"outputfilename": "voidraft",
|
|
"frontend:install": "yarn install",
|
|
"frontend:build": "yarn build",
|
|
"frontend:dev:watcher": "yarn dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "landaiqing",
|
|
"email": "landaiqing@126.com"
|
|
}
|
|
}
|