Quartz sync: May 16, 2025, 10:54 PM

This commit is contained in:
Robin Sving 2025-05-16 22:54:08 +02:00
parent ec171271f5
commit c4bed988a8

View file

@ -6,7 +6,7 @@ import { readFileSync } from "fs"
*/
export const ORIGIN_NAME = "origin"
export const UPSTREAM_NAME = "upstream"
export const QUARTZ_SOURCE_BRANCH = "v4"
export const QUARTZ_SOURCE_BRANCH = "main"
export const cwd = process.cwd()
export const cacheDir = path.join(cwd, ".quartz-cache")
export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"