From 27dfff2ff704e133f839533cb2d4a6378a3cb566 Mon Sep 17 00:00:00 2001 From: Pierre Demailly Date: Wed, 28 Jan 2026 20:18:38 +0100 Subject: [PATCH] docs(server): buildServer returns a native HTTP server --- workspaces/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/server/README.md b/workspaces/server/README.md index 69f41769..d9d2e544 100644 --- a/workspaces/server/README.md +++ b/workspaces/server/README.md @@ -48,7 +48,7 @@ httpServer.listen(port, async() => { ## API -### `buildServer(dataFilePath: string, options: BuildServerOptions): polka` +### `buildServer(dataFilePath: string, options: BuildServerOptions): http.Server` Creates and configures a Node.js HTTP server instance for the NodeSecure CLI.