mirror of https://github.com/Budibase/budibase.git
22 changed files with 68 additions and 29 deletions
@ -1,3 +1,7 @@ |
|||
export * as app from "./app" |
|||
export * as global from "./global" |
|||
export * as installation from "./installation" |
|||
|
|||
// historical events are free in posthog - make sure we default to a
|
|||
// historical time if no other can be found
|
|||
export const DEFAULT_TIMESTAMP = new Date(2022, 0, 1).getTime() |
|||
|
|||
Loading…
Reference in new issue