Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/vercel-node-server
/ DefaultConfig
Interface
DefaultConfig
src/index.ts:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
interface
DefaultConfig {
144
disableHelpers: false;
145
}
146
147
type
NowRoute = (req: NowRequest, res: NowResponse) => void;
148
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected