Update shebang to use npx ts-node

This commit is contained in:
Simon Larsen 2024-03-15 10:25:40 +00:00
parent b8fcc4c40c
commit 48c7fefe93
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

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