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.
1 parent caccd4b commit 76b84cbCopy full SHA for 76b84cb
.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