Skip to content

Commit b53c8f1

Browse files
docs(server): buildServer returns a native HTTP server (#655)
1 parent c39864a commit b53c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ httpServer.listen(port, async() => {
4848
4949
## API
5050
51-
### `buildServer(dataFilePath: string, options: BuildServerOptions): polka`
51+
### `buildServer(dataFilePath: string, options: BuildServerOptions): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>`
5252
5353
Creates and configures a Node.js HTTP server instance for the NodeSecure CLI.
5454

0 commit comments

Comments
 (0)