X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server.ts;h=3859964702cedb542e023a380b025f45023117cc;hb=6ea9295b8f5dd7cc254202a79aad61c666cc4259;hp=4f139d31ddf2a7cb939077b630d49bfcb81ba832;hpb=9270bd3a7e6802b99a6ab12910c6c702d290fd4b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server.ts b/server.ts index 4f139d31d..385996470 100644 --- a/server.ts +++ b/server.ts @@ -1,6 +1,3 @@ -import { registerTSPaths } from './server/helpers/register-ts-paths' -registerTSPaths() - // ----------- Node modules ----------- import express from 'express' import morgan, { token } from 'morgan'