You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(toolkit-lib): remove deprecated outdir option from watch (#313)
The watch functionality has been updated to:
1. Remove the deprecated outdir parameter from WatchOptions
2. Use assembly.directory instead of the hardcoded 'cdk.out' default
3. Only exclude the outdir from watching if it's under the root
directory
4. Update tests to reflect these changes
BREAKING CHANGE: The `outdir` option in `WatchOptions` was deprecated
and has been removed. Instead, the code now determines the assembly
directory directly. To explicitly restore the previous behavior, you add
the value to `WatchOptions.exclude`.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
0 commit comments