ai-tube / src /app /server /config.ts
jbilcke-hf's picture
jbilcke-hf HF staff
🍿
1f122c3
raw
history blame
215 Bytes
import path from "node:path"
// see the .env file fore more informations
export const storagePath = `${process.env.STORAGE_PATH || './sandbox'}`
export const partiesDirFilePath = path.join(storagePath, "parties")