mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
#!/usr/bin/env tsx
|
|
|
|
import { runRenderPerformanceAnalysis } from './analyze-render-performance'
|
|
|
|
console.log(JSON.stringify(runRenderPerformanceAnalysis(), null, 2))
|