ruslanmv's picture
First commit
5f663a9
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")