mirror of
https://github.com/ruvnet/RuView
synced 2026-07-27 18:11:43 +00:00
13 lines
322 B
TypeScript
13 lines
322 B
TypeScript
/**
|
|
* Quick Setup Verification for DSPy.ts Integration
|
|
*
|
|
* This script verifies that all dependencies and imports are working correctly
|
|
* before running the full example.
|
|
*
|
|
* Usage:
|
|
* ```bash
|
|
* npx tsx examples/dspy-verify-setup.ts
|
|
* ```
|
|
*/
|
|
import 'dotenv/config';
|
|
//# sourceMappingURL=dspy-verify-setup.d.ts.map
|