Skip to main content
Version: 1.x

CommandKitJsRuntime

CommandKitJsRuntime

The JavaScript runtime to use for the development server.

Signature
type CommandKitJsRuntime = 'node' | 'bun' | 'deno' | 'auto'