dolphins7.skeleton/twenty-frontend/lib/twenty-frontend.rb

7 lines
127 B
Ruby

# frozen_string_literal: true
module Twenty
def self.build
File.expand_path File.join(__dir__, "..", "build")
end
end