summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/dts/lib.deno.ns.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts
index f6befc72b..c3a80e6db 100644
--- a/cli/tsc/dts/lib.deno.ns.d.ts
+++ b/cli/tsc/dts/lib.deno.ns.d.ts
@@ -6258,6 +6258,8 @@ declare namespace Deno {
export interface ServeOptions {
/** The port to listen on.
*
+ * Set to `0` to listen on any available port.
+ *
* @default {8000} */
port?: number;