// SPDX-License-Identifier: MIT
// Copyright (c) 2026 Raphael Amorim
// Client runtime for server functions. A `*.server.{ts,tsx}` module is replaced
// on the client by stubs that call this: each call POSTs {module, name, args}
// to /__oj_fn, where the server executes the real function and returns JSON.
export