[obsidian] vault backup: 2024-08-04 10:59:39[

This commit is contained in:
2024-08-04 10:59:39 +09:00
parent 482ee07fb9
commit 6e48832ea4
12 changed files with 1540 additions and 5256 deletions

View File

@ -1,15 +0,0 @@
import path from "path"
import { readFileSync } from "fs"
/**
* All constants relating to helpers or handlers
*/
export const ORIGIN_NAME = "origin"
export const UPSTREAM_NAME = "upstream"
export const QUARTZ_SOURCE_BRANCH = "v4"
export const cwd = process.cwd()
export const cacheDir = path.join(cwd, ".quartz-cache")
export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"
export const fp = "./quartz/build.ts"
export const { version } = JSON.parse(readFileSync("./package.json").toString())
export const contentCacheFolder = path.join(cacheDir, "content-cache")