Quartz sync: Jun 4, 2025, 10:20 PM
This commit is contained in:
parent
ae35865358
commit
6dff558dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { readFileSync } from "fs"
|
||||||
*/
|
*/
|
||||||
export const ORIGIN_NAME = "origin"
|
export const ORIGIN_NAME = "origin"
|
||||||
export const UPSTREAM_NAME = "upstream"
|
export const UPSTREAM_NAME = "upstream"
|
||||||
export const QUARTZ_SOURCE_BRANCH = "main"
|
export const QUARTZ_SOURCE_BRANCH = "v4"
|
||||||
export const cwd = process.cwd()
|
export const cwd = process.cwd()
|
||||||
export const cacheDir = path.join(cwd, ".quartz-cache")
|
export const cacheDir = path.join(cwd, ".quartz-cache")
|
||||||
export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"
|
export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue