]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
shared/ typescript types dir server-commands
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 70b33c0d31f24a59b0c52eb617ec6bafe3798f73..449407c4409ff73a2c1d1335e0e9888765ecd74f 100755 (executable)
@@ -1,7 +1,7 @@
 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))