Skip to content
Snippets Groups Projects
Commit bddee7c3 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #1338 from kevinjqiu/vagrant-sync-folder

Sync folders on the vagrant machine
parents 6f9c3112 3e97299a
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,10 @@ Vagrant.configure("2") do |config|
end
end
$shared_folders.each do |src, dst|
config.vm.synced_folder src, dst
end
config.vm.provider :virtualbox do |vb|
vb.gui = $vm_gui
vb.memory = $vm_memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment