This commit is contained in:
2022-04-14 12:35:30 -07:00

View File

@@ -123,7 +123,7 @@ export default class ApiService extends Service {
// Filewatcher // Filewatcher
const fileWatcher = chokidar.watch( const fileWatcher = chokidar.watch(
path.resolve("./comics"), path.resolve("/comics"),
{ {
ignored: (filePath) => path.extname(filePath) === '.dctmp', ignored: (filePath) => path.extname(filePath) === '.dctmp',
persistent: true, persistent: true,