import { spawn } from 'child_process' import { binPath } from 'gobot-pocketbase' spawn(binPath, ['--version'], { stdio: 'inherit' })