# Runs the script in dry-run mode
# This will not make any changes to the files
# It will only print the changes that would be made
# This is useful for testing the script before running it
# in production
# Possible values: "true", "false"
DRY_RUN = "false"
