X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Freset-password.ts;h=6126c3cd09fa9da04c57b1c52852ad3196627f66;hb=64645512b08875c18ebdc009a550cdfa69def955;hp=4a9037280804c52095e402c967721271962c7eec;hpb=285e04f6ddacae90274a0a1d541ce1c4c8df09b5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/reset-password.ts b/scripts/reset-password.ts index 4a9037280..6126c3cd0 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts @@ -1,3 +1,6 @@ +import { registerTSPaths } from '../server/helpers/register-ts-paths' +registerTSPaths() + import * as program from 'commander' import { initDatabaseModels } from '../server/initializers' import { UserModel } from '../server/models/account/user'