Skip to content

Commit e2ca103

Browse files
committed
use a workflow for page
1 parent d03f5a6 commit e2ca103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737

3838
<script type="module">
39-
import sqldef from '/sqldef/index.js'
39+
import sqldef from './sqldef/index.js'
4040
const [tin, tchange, tout] = document.querySelectorAll('textarea')
4141
tout.value = await sqldef('mysql', tin.value, tchange.value)
4242
</script>

0 commit comments

Comments
 (0)