Update shebang in Index.ts

This commit is contained in:
Simon Larsen 2024-03-15 12:46:16 +00:00
parent 633d60c0af
commit 4b076a8000
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -1,4 +1,4 @@
#!/usr/bin/npm start
#!/usr/bin/env ts-node
import yargs from 'yargs';
import URL from 'Common/Types/API/URL';