VideoChain-API / src /database /constants.mts
jbilcke-hf's picture
jbilcke-hf HF Staff
working on the VideoChain queue system
652f343
raw
history blame
127 Bytes
export const pendingTasksDirFilePath = './database/pending/'
export const completedTasksDirFilePath = './database/completed/'