mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-04-28 08:39:37 +07:00
14 lines
398 B
JSON
14 lines
398 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "Vaulterm",
|
|
"author": {
|
|
"name": "Khairul Hidayat",
|
|
"email": "khai@rul.sh"
|
|
},
|
|
"outputfilename": "vaulterm",
|
|
"frontend:install": "pnpm install",
|
|
"frontend:build": "pnpm run build:web",
|
|
"frontend:dev:watcher": "pnpm run start",
|
|
"frontend:dev:serverUrl": "http://localhost:8081",
|
|
"wailsjsdir": "frontend/lib"
|
|
} |