We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03f5a6 commit e2ca103Copy full SHA for e2ca103
demo/index.html
@@ -36,7 +36,7 @@
36
</div>
37
38
<script type="module">
39
- import sqldef from '/sqldef/index.js'
+ import sqldef from './sqldef/index.js'
40
const [tin, tchange, tout] = document.querySelectorAll('textarea')
41
tout.value = await sqldef('mysql', tin.value, tchange.value)
42
</script>
0 commit comments