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.

5 lines (3 loc) 171 B
import {$} from 'bun'; export default async (indexPath = 'index.ts', additionalArgs?: string[]) => $`bun run --inspect --watch ${indexPath} ${additionalArgs ?? ''}`;