DevServerOptions
Defined in: core/index.ts:585
Vite-style dev server options used by zntc dev / zntc --serve.
Properties
섹션 제목: “Properties”host?
섹션 제목: “host?”
optionalhost?:string|boolean
Defined in: core/index.ts:589
Host to listen on. true means 0.0.0.0, matching Vite. CLI --host overrides this value.
open?
섹션 제목: “open?”
optionalopen?:boolean
Defined in: core/index.ts:593
Open the served URL in the browser after startup. CLI --open overrides this value.
port?
섹션 제목: “port?”
optionalport?:number
Defined in: core/index.ts:587
Port to listen on. CLI --port overrides this value.
strictPort?
섹션 제목: “strictPort?”
optionalstrictPort?:boolean
Defined in: core/index.ts:591
Exit if the configured port is already in use instead of trying the next port.