Skip to content

Commit

Permalink
uncomment examples
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBoyle committed Dec 28, 2024
1 parent 6b87c04 commit 3c2c7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ async function runStreamingExample() {

// Main function to run examples
async function main() {
// await runBlogWritingExample();
// await runHNAnalysisExample();
await runBlogWritingExample();
await runHNAnalysisExample();
await runStreamingWithChildrenExample();
await runStreamingExample();
}
Expand Down

0 comments on commit 3c2c7b0

Please sign in to comment.