mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-24 08:39:01 +00:00
fix import paths
This commit is contained in:
parent
2f6747b166
commit
2dc0ae279c
3 changed files with 4 additions and 4 deletions
quartz
|
@ -2,9 +2,9 @@ import sourceMapSupport from "source-map-support"
|
|||
sourceMapSupport.install(options)
|
||||
import cfg from "../quartz.config"
|
||||
import { Argv, BuildCtx } from "./util/ctx"
|
||||
import { FilePath, ServerSlug } from "./path"
|
||||
import { FilePath, ServerSlug } from "./util/path"
|
||||
import { createFileParser, createProcessor } from "./processors/parse"
|
||||
import { options } from "./sourcemap"
|
||||
import { options } from "./util/sourcemap"
|
||||
|
||||
// only called from worker thread
|
||||
export async function parseFiles(argv: Argv, fps: FilePath[], allSlugs: ServerSlug[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue