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