VideoChain-API / src /database /constants.mts
jbilcke-hf's picture
jbilcke-hf HF Staff
debugging the api..
5fb05e6
raw
history blame
202 Bytes
export const pendingTasksDirFilePath = './database/pending/'
export const completedTasksDirFilePath = './database/completed/'
export const shotFormatVersion = 1
export const sequenceFormatVersion = 1