jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
9a42933
raw
history blame contribute delete
No virus
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")