chore: apply biome linter fix for ts-ignore directive 4dd00c5e
Pra3t0r5 · 2025-10-12 08:29 1 file(s) · +1 −1
src/index.ts +1 −1
1 1
#!/usr/bin/env node
2 2
3 -
// @ts-ignore: Shebang line
3 +
// @ts-expect-error: Shebang line
4 4
5 5
import { create } from "@/commands/create";
6 6
import { program } from "@/program";