UNPKG

@cheetah.js/core

Version:

Cheetah.js is a framework for building web applications object oriented with TypeScript and Bun.sh.

14 lines (11 loc) 257 B
import { copyFileSync } from 'fs' await Bun.build({ entrypoints: ['./src/index.ts'], outdir: './dist/bun', minify: false, target: 'bun', format: 'esm', sourcemap: 'external', }) copyFileSync('dist/index.d.ts', 'dist/bun/index.d.ts') export {}