Skip to content
Snippets Groups Projects
Commit 3e97299a authored by Kevin Jing Qiu's avatar Kevin Jing Qiu
Browse files

Sync folders on the vagrant machine

parent eacc42fe
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.
Finish editing this message first!
Please register or to comment