Build API
Use Programmatically
import { build } from 'esbuild-azure-functions';
await build({
/* your config here */
});Use on the CLI
npx esbuild-azure-functions [-c <config location>]Last updated
import { build } from 'esbuild-azure-functions';
await build({
/* your config here */
});npx esbuild-azure-functions [-c <config location>]Last updated