Files
vServer/wails.json
2026-02-08 05:37:13 +07:00

28 lines
805 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "vServer Admin Panel",
"outputfilename": "vServer-Admin",
"author": {
"name": "Суманеев Роман",
"email": "info@voxsel.ru"
},
"info": {
"companyName": "vServer",
"productName": "vServer Admin Panel",
"productVersion": "1.0.0",
"copyright": "Copyright © 2025 vServer",
"comments": "Панель управления vServer"
},
"wailsjsdir": "./front_vue/wailsjs",
"frontend:dir": "./front_vue",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:4444",
"assetdir": "./front_vue/dist",
"reloaddirs": "./front_vue/src",
"build:dir": ".",
"appicon": "appicon.png"
}