forked from e621ng/e621ng
Windows is a special child, and yarn treats special children with disdain.
This commit is contained in:
parent
96f2b208f3
commit
9c998252c5
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -8,6 +8,9 @@ Vagrant.configure('2') do |config|
|
||||
config.vm.provider 'virtualbox' do |v|
|
||||
v.cpus = 2
|
||||
v.memory = 1280
|
||||
if Vagrant::Util::Platform.windows?
|
||||
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant", "1"]
|
||||
end
|
||||
end
|
||||
|
||||
VAGRANT_COMMAND = ARGV[0]
|
||||
|
Loading…
Reference in New Issue
Block a user