X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server.ts;h=3859964702cedb542e023a380b025f45023117cc;hb=22c777863088f90c7f3f9df613b42952abab856d;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'