Documents / @faasjs/vite
@faasjs/vite
FaasJS's vite plugin.
Install
npm install @faasjs/vite
Usage
Add to vite.config.ts
import { viteFaasJsServer } from '@faasjs/vite'
export default defineConfig({
plugins: [
viteFaasJsServer() // add this line
],
})
Options
See ViteFaasJsServerOptions for more options.