-
Notifications
You must be signed in to change notification settings - Fork 0
/
neutralino.config.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"applicationId": "ts.neutralino.svelte",
"version": "1.0.0",
"defaultMode": "window",
"documentRoot": "/frontend/dist",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"nativeAllowList": ["events.on", "app.exit", "debug.log", "os.execCommand"],
"exportAuthInfo": false,
"logging": {
"writeToLogFile": false,
"enabled": true
},
"modes": {
"window": {
"title": "Neutralino + Svelte",
"width": 800,
"height": 500,
"minWidth": 400,
"minHeight": 200,
"icon": "/frontend/public/favicon.png",
"exitProcessOnClose": false,
"useSavedState": false
}
},
"cli": {
"binaryName": "neutralino-svelte",
"resourcesPath": "/frontend/dist",
"extensionsPath": "/extensions/",
"binaryVersion": "5.3.0",
"clientVersion": "3.12.0",
"frontendLibrary": {
"buildCommand": "npm run neu:empty",
"patchFile": "/frontend/index.html",
"devUrl": "http://localhost:5173",
"devCommand": "npm run neu:empty",
"projectPath": "/",
"initCommand": "npm install"
}
}
}