dolphins7.skeleton/twenty-frontend/lib/twenty/frontend.rb
2023-12-08 15:27:00 -03:00

7 lines
133 B
Ruby

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