In Next.js, how would you run code exclusively on the server and not expose it to the client-side bundle?

  • Include the code in the main JavaScript bundle.
  • Place the code in the client/ directory.
  • Use a