Hey I am new to this... I am planning to self host typebot using docker. Wondering what would be the embed url to use it in html ?
Below snippet I found in docs but this is using cloud's url(
https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js) since I deployed typebot in docker in local, what would be the new localhost url ?
<script type="module">
import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js'
Typebot.initStandard({
typebot: 'my-typebot',
})
</script>
<typebot-standard style="width: 100%; height: 600px; "></typebot-standard>
instead of this
https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js what i need to use ? please help