@runfabric/provider-azure-functions
v0.1.1
Published
azure-functions provider adapter for runfabric
Maintainers
Readme
@runfabric/provider-azure-functions
Azure Functions provider adapter for RunFabric.
Install
npm install @runfabric/provider-azure-functions @runfabric/coreUsage
import { createAzureFunctionsProvider } from "@runfabric/provider-azure-functions";
const provider = createAzureFunctionsProvider({ projectDir: process.cwd() });In normal usage this package is loaded dynamically by @runfabric/cli.
