FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/vite / ViteFaasJsServerOptions

Type Alias: ViteFaasJsServerOptions

ViteFaasJsServerOptions = object

Properties

base

base: string

faas server base path, default is as same as vite's base

command

command: string

custom command to run the faas server

port

port: number

faas server port, 3000 as default

root

root: string

faas server root path, default is vite's root