Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/11ty/dev-server
/ getServer
Method
getServer
server.js:77–79 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
75
#readyResolve;
76
77
static getServer(...args) {
78
return
new
EleventyDevServer(...args);
79
}
80
81
constructor(name, dir, options = {}) {
82
debug(
"Creating new Dev Server instance."
)
Callers
1
serve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected