lib/twenty/frontend.rb -> lib/twenty-frontend.rb

This commit is contained in:
0x1eef 2023-12-11 03:00:02 -03:00
parent 1abeb63242
commit 1282e00e5a
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,6 @@ module Twenty
end
require "twenty-backend"
require "twenty/frontend"
require "twenty-frontend"
require_relative "twenty-cli/command"
end

View file

@ -2,6 +2,6 @@
module Twenty
def self.build
File.expand_path File.join(__dir__, "..", "..", "build")
File.expand_path File.join(__dir__, "..", "build")
end
end