-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwails.json
More file actions
42 lines (42 loc) · 1020 Bytes
/
wails.json
File metadata and controls
42 lines (42 loc) · 1020 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
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Nous",
"outputfilename": "nous",
"frontend:dir": "frontend",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"viteServerTimeout": 10,
"wailsjsdir": "frontend",
"debounceMS": 100,
"author": {
"name": "Shmaplex",
"email": "[email protected]"
},
"info": {
"companyName": "Shmaplex",
"productName": "Nous",
"productVersion": "1.0.0",
"copyright": "© 2025 Shmaplex",
"comments": "Nous: P2P news analysis platform.",
"fileAssociations": [
{
"ext": "png",
"name": "PNG Image",
"description": "Image File",
"iconName": "appicon",
"role": "Editor"
}
]
},
"bindings": {
"ts_generation": {
"prefix": "",
"suffix": "",
"outputType": "classes"
}
},
"obfuscated": false,
"runNonNativeBuildHooks": false
}