UNPKG

@rechunk/cli

Version:

Command-line interface for managing ReChunk projects, chunks, and deployments

8 lines (6 loc) 125 B
import {defineConfig} from 'tsup'; export default defineConfig({ dts: true, clean: true, entry: ['src/index.ts'], });