UNPKG

constatic

Version:

Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.

4 lines (3 loc) 118 B
import { env } from "#env"; import { bootstrap } from "@constatic/base"; await bootstrap({ meta: import.meta, env });