MCPcopy Create free account
hub / github.com/prisma/prisma-examples / NodeStyleServer

Interface NodeStyleServer

orm/cloudflare-workers/worker-configuration.d.ts:8148–8153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8146}
8147declare module 'cloudflare:node' {
8148 interface NodeStyleServer {
8149 listen(...args: unknown[]): this;
8150 address(): {
8151 port?: number | null | undefined;
8152 };
8153 }
8154 export function httpServerHandler(port: number): ExportedHandler;
8155 export function httpServerHandler(options: {
8156 port: number;

Callers 8

server.tsFile · 0.80
index.tsFile · 0.80
server.tsFile · 0.80
bootstrapFunction · 0.80
bootstrapFunction · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
server.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected