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

7 lines
127 B
Ruby

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