UNPKG

@vitron/main

Version:

This is a utility package for the main process.

14 lines (13 loc) 308 B
export type ServeOptions = { /** * Directory where the render files are located. * * default: .vitron/renderer */ directory?: string; /** * The port value will be ignored in production, * but should be provided in development. */ port?: number | string; };