mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): add programmatic api (#494)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
entry: ["src/index.ts", "src/cli.ts"],
|
||||
format: ["esm"],
|
||||
clean: true,
|
||||
shims: true,
|
||||
outDir: "dist",
|
||||
dts: true,
|
||||
outputOptions: {
|
||||
banner: "#!/usr/bin/env node",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user