bored-grass-81679
12/19/2022, 5:34 PMdevMode:
sync:
- source: .
target: /app
exclude: [.vscode, .github, .husky, "node_modules", node_modules]
mode: one-way-safe
the container module is in the root folder of a remote source repository. The node modules folder is in the root of that same repository.
I get the following error in the container logs:
System limit for number of file watchers reached
The error then references many paths from the node_modules folder.quaint-dress-831
12/21/2022, 12:40 PMnode_modules/**/*
in https://docs.garden.io/reference/project-config#modules.exclude and under devMode.gardenignore
file please https://docs.garden.io/using-garden/configuration-overviewbored-grass-81679
12/29/2022, 11:20 AM