We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e523d6d + 76b84cb commit 568b2faCopy full SHA for 568b2fa
.changeset/free-chairs-film.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Fix CLI executable by adding the required shebang to the entry file.
index.ts
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
import * as path from "node:path";
import * as url from "node:url";
import { defineCommand, runMain } from "citty";
0 commit comments