dolphins7.skeleton/client/lib/twenty/client.rb
2024-05-23 23:37:51 -03:00

10 lines
216 B
Ruby

# frozen_string_literal: true
module Twenty
##
# @return [String]
# Returns an absolute path to the nanoc build/ directory
def self.build
File.realpath File.join(__dir__, "..", "..", "build")
end
end