]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 70b33c0d31f24a59b0c52eb617ec6bafe3798f73..5357daf0451b96c943cda3cb7928eb0e4434c018 100755 (executable)
@@ -1,7 +1,4 @@
-import { registerTSPaths } from '../server/helpers/register-ts-paths'
-registerTSPaths()
-
-import { CLICommand } from '@shared/extra-utils'
+import { CLICommand } from '@shared/server-commands'
 
 run()
   .then(() => process.exit(0))