Hi, none of my functions are building with this. I'm using as follows:
import { exportFunctions } from 'better-firebase-functions';
exportFunctions({
// standard node var (leave as is).
__filename,
// standard node var (leave as is).
exports,
// define root functions folder relative to this file.
functionDirectoryPath: './app/functions/*',
searchGlob: '**/*.f.ts',
})
Normally I use ng build to handle the build, not sure if that matters.
Hi, none of my functions are building with this. I'm using as follows:
Normally I use
ng build
to handle the build, not sure if that matters.