add hashbang

This commit is contained in:
John Shaver 2025-03-05 17:28:55 -08:00
parent 35503b7dfc
commit 6cedc01532

1
index.ts Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env bun
import { Command } from 'commander';
import { checkbox } from '@inquirer/prompts';
import { getAllPlaylistMetas, getPlaylistSongs } from './lib/services/jellyfin.ts';