✏️ Troubleshooting chokidar in Docker
This commit is contained in:
@@ -123,7 +123,7 @@ export default class ApiService extends Service {
|
||||
|
||||
// Filewatcher
|
||||
const fileWatcher = chokidar.watch(
|
||||
path.resolve("./comics"),
|
||||
path.resolve("/comics"),
|
||||
{
|
||||
ignored: /(^|[\/\\])\../, // ignore dotfiles
|
||||
persistent: true,
|
||||
|
||||
Reference in New Issue
Block a user