Restart marketing

// turbo-all

  1. Terminate any existing process on port 3001
kill -9 $(lsof -t -i:3001) || true
  1. Run the Ghostbuster cleanup script and restart the server
pnpm ghostbuster && doppler run -- pnpm turbo run dev --filter=@sd/marketing -- --port 3001