v4-alpha -> v4

This commit is contained in:
Jacky Zhao 2023-08-18 18:24:09 -07:00
parent d8bec631b6
commit 3201f83b70
5 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ import { randomUUID } from "crypto"
const ORIGIN_NAME = "origin"
const UPSTREAM_NAME = "upstream"
const QUARTZ_SOURCE_BRANCH = "v4-alpha"
const QUARTZ_SOURCE_BRANCH = "v4"
const cwd = process.cwd()
const cacheDir = path.join(cwd, ".quartz-cache")
const cacheFile = "./.quartz-cache/transpiled-build.mjs"