We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625df3c commit 37feec4Copy full SHA for 37feec4
.changeset/strange-pets-collect.md
@@ -0,0 +1,5 @@
1
+---
2
+"depon": patch
3
4
+
5
+fix: add banner
build.ts
@@ -18,6 +18,9 @@ const cliOptions: BuildOptions = {
18
sourcemap: false,
19
platform: "node",
20
target: "esnext",
21
+ banner: {
22
+ js: "#!/usr/bin/env node",
23
+ },
24
} as const;
25
26
Promise.all([
0 commit comments