updated files to ES6

This commit is contained in:
2023-08-17 12:28:32 -04:00
parent 80237f76e6
commit 41325f7a55
8 changed files with 287 additions and 300 deletions
Vendored
+3 -3
View File
@@ -132,8 +132,8 @@ Vagrant.configure("2") do |config|
end
config.vm.provision "shell", inline: <<~SHELL
cp -a /etc/openresty/. /vagrant/openresty
rm -rf /etc/openresty
ln -s /vagrant/openresty /etc/openresty
# cp -a /etc/openresty/. /vagrant/openresty
# rm -rf /etc/openresty
# ln -s /vagrant/openresty /etc/openresty
SHELL
end