Merge branch 'master' of https://github.com/rishighan/threetwo-core-service
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user