fix(build): dependency issue when run under docker

pull/1340/head^2
Elian Doran 2025-03-19 20:00:22 +07:00
parent 33922c52f8
commit 957642caaa
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

@ -1,7 +1,7 @@
import highlightedCodeBlock from './highlighted-code-block' import highlightedCodeBlock from './highlighted-code-block.js'
import strikethrough from './strikethrough' import strikethrough from './strikethrough.js'
import tables from './tables' import tables from './tables.js'
import taskListItems from './task-list-items' import taskListItems from './task-list-items.js'
function gfm (turndownService) { function gfm (turndownService) {
turndownService.use([ turndownService.use([