This commit is contained in:
dongzhimin-xz 2025-09-03 20:07:43 +00:00 committed by GitHub
commit ad11f07fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Vagrantfile vendored
View File

@ -173,7 +173,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
if config.vm.networks.any? { |type, options| type == :private_network }
config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ['rw', 'actimeo=1']
config.vm.synced_folder ".", "/vagrant"
else
config.vm.synced_folder ".", "/vagrant", type: "rsync", create: true, rsync__args: ["--verbose", "--archive", "--delete", "-z"]
end