type alias RuntimePlatform
Since 0.1.0

JavaScript runtimes the framework can execute on.

Every value has a runtime implementation: node, deno, and bun bind a socket through their HTTP adapter, while cloudflare-workers runs on the adapter's fetch entry point without listen.

Definition

"node" | "deno" | "bun" | "cloudflare-workers"

Usage

import { type RuntimePlatform } from "common/src/index.ts";