Documentation

Dev runner

Start, stop, and monitor development servers from the dashboard without leaving OmniSync.

Run and build commands

Each workspace profile stores its own commands. Defaults are typically:

  • Run · npm run dev
  • Build · npm run build

Presets cover common npm/yarn/pnpm scripts and Next.js. Configure them under Settings → Workspaces.

Live console

The runner streams stdout and stderr into the dashboard console so you can watch compile output, server logs, and errors in place.

Launch targets

Once the server is up, launch the running app into:

  • Browser
  • Electron wrapper
  • A supported native IDE

Shell

The runner shell defaults to zsh. You can switch to bash, fish, or sh in Settings → General → Terminal shell.