trustgraph/ts/scripts/run-prompt.ts
2026-06-02 02:34:03 -05:00

11 lines
227 B
TypeScript

/**
* Start the prompt template service.
*
* Usage: pnpm tsx scripts/run-prompt.ts
*
* Env:
* NATS_URL (default: nats://localhost:4222)
*/
import { runMain } from "../packages/flow/src/prompt/template.js";
runMain();