fix(nx): revert infinite watching causing severe issues with the daemon

See https://github.com/TriliumNext/Notes/pull/2285#issuecomment-2981118813
This commit is contained in:
Elian Doran 2025-06-17 19:58:22 +03:00
parent 9adae105e2
commit bde3f0a55c
No known key found for this signature in database

6
.gitignore vendored
View File

@ -1,11 +1,5 @@
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# Workaround for Nx bug: parent .gitignore files with '*' can cause
# `nx show projects` to return nothing by ignoring subprojects.
# See: https://github.com/nrwl/nx/issues/27368
# Unignore everything to ensure Nx detects all projects
!*
# compiled output
dist
tmp