UNPKG

@lunora/cli

Version:

The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands

10 lines (8 loc) 237 B
class PromptCancelledError extends Error { constructor() { super("cancelled"); this.name = "PromptCancelledError"; } } const PROMPT_CANCEL_EXIT_CODE = 130; export { PromptCancelledError as P, PROMPT_CANCEL_EXIT_CODE as a };