1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Bundle build

This commit is contained in:
Adria Navarro 2024-03-15 10:04:45 +01:00
parent c698b684e4
commit 9671399ca8
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
declare module "@budibase/handlebars-helpers"

View file

@ -1,4 +1,4 @@
const helpers = require("@budibase/handlebars-helpers")
import helpers from "@budibase/handlebars-helpers"
import { date, duration } from "./date"
import { HelperFunctionBuiltin } from "./constants"