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

8 lines
127 B
Ruby
Raw Normal View History

2023-12-08 19:27:00 +01:00
# frozen_string_literal: true
module Twenty
def self.build
File.expand_path File.join(__dir__, "..", "build")
2023-12-08 19:27:00 +01:00
end
end