import { $ } from "bun"; await Promise.all([ $`bun run --cwd apps/backend dev`, $`bun run --cwd apps/frontend start`, ])