Always use the raw server plugin JS URL

This commit is contained in:
Andrew Kingston 2022-10-04 16:27:15 +01:00
parent 3309b84d71
commit fc19765628
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@
builderStore.actions.analyticsPing({ source: "app" }) builderStore.actions.analyticsPing({ source: "app" })
} }
}) })
$: console.log($builderStore.usedPlugins)
</script> </script>
<svelte:head> <svelte:head>