UNPKG

buntralino-cli

Version:

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

51 lines 1.44 kB
{ "$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json", "applicationId": "rocks.buntralino.samplevite", "version": "1.0.0", "applicationName": "vite-template", "author": "Cosmo Myzrail Gorynych", "description": "A sample application for Buntralino", "defaultMode": "window", "enableServer": true, "enableNativeAPI": true, "tokenSecurity": "one-time", "url": "/", "port": 0, "documentRoot": "/app/", "logging": { "enabled": true, "writeToLogFile": true }, "nativeAllowList": [ "events.*", "app.*", "os.*", "debug.log" ], "modes": { "window": { "title": "vite-template", "width": 600, "height": 600, "minWidth": 400, "minHeight": 200, "center": true, "fullScreen": false, "alwaysOnTop": false, "icon": "/app/icon.png", "enableInspector": true, "borderless": false, "maximize": false, "hidden": false, "resizable": true, "exitProcessOnClose": true } }, "cli": { "binaryName": "vite-template", "resourcesPath": "/app/", "extensionsPath": "/extensions/", "binaryVersion": "5.6.0", "clientVersion": "5.6.0" } }