1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

posthog updates in builder

This commit is contained in:
Martin McKeaveney 2020-07-14 10:19:21 +01:00
parent 4a7edd9ebe
commit 79add29c29
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@
onMount(async () => { onMount(async () => {
window.addEventListener("error", showErrorBanner) window.addEventListener("error", showErrorBanner)
window.addEventListener("unhandledrejection", showErrorBanner) window.addEventListener("unhandledrejection", showErrorBanner)
await initialise()
}) })
$basepath = "/_builder" $basepath = "/_builder"

View file

@ -29,5 +29,5 @@
"uuid": "^7.0.3", "uuid": "^7.0.3",
"yargs": "^14.2.0" "yargs": "^14.2.0"
}, },
"gitHead": "a266952b782f47c80a4d9fca2c2acc88153c8ef1" "gitHead": "4a7edd9ebe702c93e8b9da2b74e814d3bb1266e1"
} }

View file

@ -93,5 +93,5 @@
"./scripts/jestSetup.js" "./scripts/jestSetup.js"
] ]
}, },
"gitHead": "a266952b782f47c80a4d9fca2c2acc88153c8ef1" "gitHead": "4a7edd9ebe702c93e8b9da2b74e814d3bb1266e1"
} }