posthog updates in builder
This commit is contained in:
parent
4a7edd9ebe
commit
79add29c29
|
@ -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"
|
||||||
|
|
|
@ -29,5 +29,5 @@
|
||||||
"uuid": "^7.0.3",
|
"uuid": "^7.0.3",
|
||||||
"yargs": "^14.2.0"
|
"yargs": "^14.2.0"
|
||||||
},
|
},
|
||||||
"gitHead": "a266952b782f47c80a4d9fca2c2acc88153c8ef1"
|
"gitHead": "4a7edd9ebe702c93e8b9da2b74e814d3bb1266e1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,5 +93,5 @@
|
||||||
"./scripts/jestSetup.js"
|
"./scripts/jestSetup.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gitHead": "a266952b782f47c80a4d9fca2c2acc88153c8ef1"
|
"gitHead": "4a7edd9ebe702c93e8b9da2b74e814d3bb1266e1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue