fix: make sure include paths are correct
This commit is contained in:
parent
18b58ba94a
commit
df8291bfc7
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import * as path from '@std/path';
|
||||
import { md_to_html } from '@andyburke/serverus/handlers/markdown';
|
||||
import { md_to_html } from './markdown.ts';
|
||||
|
||||
// https://stackoverflow.com/a/75205316
|
||||
const replaceAsync = async (str: string, regex: RegExp, asyncFn: (match: any, ...args: any) => Promise<any>) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue