namespace :esbuild do
desc "Setup esbuild" task :install do system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{File.expand_path("../../install/install.rb", __dir__)}" end
end
namespace :esbuild do
desc "Setup esbuild" task :install do system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{File.expand_path("../../install/install.rb", __dir__)}" end
end