community / src /config.mts
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
b2d7d99
raw
history blame contribute delete
No virus
241 Bytes
import path from "node:path"
export const storagePath = `${process.env.STORAGE_PATH || './sandbox'}`
export const postDirFilePath = path.join(storagePath, "posts")
export const shotFormatVersion = 1
export const sequenceFormatVersion = 1