Add array functions

This commit is contained in:
Adria Navarro 2024-01-17 12:53:47 +01:00
parent adc98f7cac
commit 51f21456ec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// https://github.com/evanw/esbuild/issues/56
const externalCollections = {
math: require("@budibase/handlebars-helpers/lib/math"),
// array: require("@budibase/handlebars-helpers/lib/array"),
array: require("@budibase/handlebars-helpers/lib/array"),
number: require("@budibase/handlebars-helpers/lib/number"),
// url: require("@budibase/handlebars-helpers/lib/url"),
// string: require("@budibase/handlebars-helpers/lib/string"),