add hashbang
This commit is contained in:
parent
35503b7dfc
commit
6cedc01532
1 changed files with 1 additions and 0 deletions
1
index.ts
Normal file → Executable file
1
index.ts
Normal file → Executable 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';
|
||||
|
|
Loading…
Reference in a new issue