✏️ Troubleshooting chokidar in Docker
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: /(^|[\/\\])\../, // ignore dotfiles
|
ignored: /(^|[\/\\])\../, // ignore dotfiles
|
||||||
persistent: true,
|
persistent: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user