✏️ Troubleshooting chokidar in Docker

This commit is contained in:
2022-04-14 00:18:12 -07:00
parent c00ca0a3a0
commit 0f2bd30e86

View File

@@ -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,