UNPKG

seia.js

Version:

Lightweight SSR framework for React Server Components

7 lines (6 loc) 181 B
import { performance } from 'node:perf_hooks'; import { execute } from '@oclif/core'; globalThis.__SEIA_START_TIME = performance.now(); await execute({ dir: import.meta.url });