budibase/packages/backend-core/src/pkg/utils.ts

5 lines
179 B
TypeScript

// Mimic the outer package export for usage in index.ts
// The outer exports can't be used as they now reference dist directly
export * from "../utils"
export * from "../hashing"