-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
32 lines (32 loc) · 864 Bytes
/
wails.json
File metadata and controls
32 lines (32 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "volt-api",
"outputfilename": "volt-api",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Parth Sinha",
"email": "parth.sinha@webcurl.co.uk"
},
"info": {
"companyName": "Volt API",
"productName": "Volt API Client",
"productVersion": "0.0.7",
"copyright": "Copyright © 2026 Volt API",
"comments": "A high-performance, cross-platform API client"
},
"fileAssociations": [
{
"ext": "json",
"name": "Volt API Collection",
"description": "Volt API collection or environment file",
"iconName": "fileicon",
"role": "Editor"
}
],
"nsisType": "multiple",
"obfuscated": false,
"garbleargs": ""
}