fix shebang banner

This commit is contained in:
Aman Varshney
2025-04-28 04:44:04 +05:30
parent 49f1fa135f
commit 9180ac2feb
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
fix shebang banner

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env node
import path from "node:path";
import { cancel, intro, log, outro } from "@clack/prompts";
import { consola } from "consola";

View File

@@ -7,4 +7,7 @@ export default defineConfig({
shims: true,
minify: true,
outDir: "dist",
outputOptions: {
banner: "#!/usr/bin/env node",
},
});