File size: 241 Bytes
b2d7d99
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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