This repository has been archived on 2025-10-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vencoder/neutralino.config.json
T
linesofcodes 958ecdca7d
Build / build (push) Failing after 1m40s
SVT-AV1 & TailwindCSS
2025-10-01 21:06:39 +07:00

49 lines
1.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "xyz.dailitation.linesofcodes.vencoder",
"version": "0.1.1",
"defaultMode": "window",
"documentRoot": "/solid-src/dist/",
"url": "/",
"port": 5432,
"enableServer": true,
"enableNativeAPI": true,
"singlePageServe": true,
"tokenSecurity": "none",
"nativeAllowList": [
"app.*",
"os.*",
"window.create",
"filesystem.*",
"storage.*",
"debug.log"
],
"dataLocation": "system",
"storageLocation": "system",
"logging": {
"writeToLogFile": false
},
"modes": {
"window": {
"title": "Vencoder",
"width": 1280,
"height": 720,
"minWidth": 600,
"minHeight": 400,
"icon": "/solid-src/public/vite.svg",
"enableInspector": true,
"openInspectorOnStartup": false
}
},
"cli": {
"binaryName": "vencoder",
"resourcesPath": "/solid-src/dist/",
"extensionsPath": "/extensions/",
"binaryVersion": "6.3.0",
"clientVersion": "6.3.0",
"frontendLibrary": {
"patchFile": "/solid-src/index.html",
"devUrl": "http://localhost:5173"
}
}
}