mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 22:41:10 +10:00
frontend init
This commit is contained in:
@ -25,6 +25,6 @@ async function bootstrap() {
|
||||
|
||||
app.useGlobalInterceptors(new TransformHttpResponseInterceptor());
|
||||
|
||||
await app.listen(3000);
|
||||
await app.listen(3001);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user