#!/usr/bin/env node const bootstrap = () => { console.log('🥳 Welcome to use the CLI Tsup Template!'); }; bootstrap();