MCPcopy Index your code
hub / github.com/11ty/dev-server / getDefaultOptions

Method getDefaultOptions

cli.js:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 static getDefaultOptions() {
52 return {
53 port: "8080",
54 input: ".",
55 domDiff: true,
56 }
57 }
58
59 async serve(options = {}) {
60 this.options = Object.assign(Cli.getDefaultOptions(), options);

Callers 2

cmd.jsFile · 0.80
serveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected