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