Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerOptions

表示服务器选项。

Hierarchy

  • ServerOptions

Index

Properties

Optional handlers

handlers: object

所有处理器。

Type declaration

  • [glob: string]: function | string

Optional plugins

plugins: (string | function)[]

所有插件。

Optional port

port: number

服务器端口。

Optional root

root: string

所有文件的根目录。

Optional task

要执行的任务函数。

Optional url

url: string

服务器地址。

Generated using TypeDoc