minor
This commit is contained in:
parent
4ac4c02f7c
commit
e0a3a07dae
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
cronExpression = "0 0 * * *"; # Daily at midnight
|
cronExpression = "0 0 * * *"; # Daily at midnight
|
||||||
enabled = true; # Scan external libraries for changes
|
enabled = true; # Scan external libraries for changes
|
||||||
};
|
};
|
||||||
watch.enabled = false; # Don't watch for real-time changes (saves resources)
|
watch.enabled = true; # Don't watch for real-time changes (saves resources)
|
||||||
};
|
};
|
||||||
|
|
||||||
# Logging configuration
|
# Logging configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue