We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39864a commit b53c8f1Copy full SHA for b53c8f1
workspaces/server/README.md
@@ -48,7 +48,7 @@ httpServer.listen(port, async() => {
48
49
## API
50
51
-### `buildServer(dataFilePath: string, options: BuildServerOptions): polka`
+### `buildServer(dataFilePath: string, options: BuildServerOptions): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>`
52
53
Creates and configures a Node.js HTTP server instance for the NodeSecure CLI.
54
0 commit comments