-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathneutralino.config.json
55 lines (55 loc) · 1.25 KB
/
neutralino.config.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"applicationId": "neutralinojs.vite.react.ts.starter",
"cli": {
"binaryName": "starter",
"binaryVersion": "5.5.0",
"clientVersion": "5.4.0",
"distributionPath": "/dist/",
"extensionsPath": "/extensions/",
"frontendLibrary": {
"buildCommand": "bun run build",
"devCommand": "bun run dev",
"devUrl": "http://localhost:4200",
"initCommand": "bun install",
"patchFile": "/web/index.html",
"projectPath": "/web/"
},
"resourcesPath": "/web/dist/"
},
"defaultMode": "window",
"documentRoot": "/web/dist/",
"enableNativeAPI": true,
"enableServer": true,
"logging": {
"enabled": true,
"writeToLogFile": true
},
"modes": {
"window": {
"borderless": false,
"center": true,
"enableInspector": true,
"exitProcessOnClose": false,
"hidden": true,
"icon": "/web/public/icon.png",
"maximize": false,
"minHeight": 400,
"minWidth": 700,
"resizable": true,
"title": "STARTER",
"useSavedState": false
}
},
"nativeAllowList": [
"app.*",
"computer.*",
"events.*",
"filesystem.*",
"os.*",
"window.*"
],
"singlePageServe": true,
"tokenSecurity": "none",
"url": "/",
"version": "1.0.0"
}