📝(frontend) Update documentation

Improve and add jsdoc.

Signed-off-by: Zorin95670 <moittie.vincent@gmail.com>
This commit is contained in:
Zorin95670
2025-05-07 13:39:56 +02:00
committed by Anthony LC
parent 4d541c5d52
commit a692fa6f39
9 changed files with 111 additions and 15 deletions

View File

@@ -17,8 +17,6 @@ import { logger } from '../utils';
/**
* init the collaboration server.
*
* @param port - The port on which the server listens.
* @param serverSecret - The secret key for API authentication.
* @returns An object containing the Express app, Hocuspocus server, and HTTP server instance.
*/
export const initServer = () => {