Run:
pnpm i
pnpm build:with-banner
pnpm build:no-bannerThen you'll see
#!/usr/bin/env node
//#region cli.js
console.log("hello from cli");
//#endregion
in dist/no-banner.js and
#!/usr/bin/env node
in dist/with-banner.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|