Apply suggestions from code review

This commit is contained in:
Brenda Wallace
2020-08-02 09:22:13 +12:00
parent 6a485e9f5f
commit 958ee66e79
3 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'fileutils'
# path to your application root.

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
APP_ROOT = File.expand_path('..', __dir__)
Dir.chdir(APP_ROOT) do
exec "yarnpkg", *ARGV

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
# Puma can serve each request in a thread from an internal thread pool.
# The `threads` method setting takes two numbers: a minimum and maximum.
# Any libraries that use thread pools should be configured to match