-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
38 lines (38 loc) · 1.08 KB
/
wails.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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
{
"name": "ModpackGraph",
"assetdir": "./frontend/dist/frontend/browser",
"frontend:build": "npm run build",
"frontend:install": "npm install",
"frontend:dev:watcher": "npm run start",
"frontend:dev:serverUrl": "http://localhost:4200",
"version": "2",
"build:dir": "build",
"build:tags": "webkit2_41",
"outputfilename": "ModpackGraph",
"runNonNativeBuildHooks": false,
"postBuildHooks": null,
"preBuildHooks": null,
"author": {
"name": "Ciro García Belmonte",
"email": "info@cirogarcia.dev"
},
"info": {
"companyName": "Ciro García Belmonte",
"productName": "ModpackGraph",
"productVersion": "1.0.0",
"copyright": "Copyright © 2025 Ciro García Belmonte",
"comments": "A tool to visualize mod dependencies in a Minecraft modpack. Built using Wails (https://wails.io).",
"fileAssociations": null,
"protocols": null
},
"debounceMS": 100,
"devServer": "localhost:34115",
"nsisType": "multiple",
"frontend:dir": "frontend",
"viteServerTimeout": 10,
"bindings": {
"ts_generation": {
"outputType": "interfaces"
}
}
}