Make open source the default, and check for sass instead

This commit is contained in:
Jorge Manrubia
2025-11-22 16:58:14 +01:00
committed by Jorge Manrubia
parent 09866d7081
commit e1e9a01720
13 changed files with 16 additions and 38 deletions
-5
View File
@@ -1,5 +0,0 @@
module Bootstrap
def self.oss_config?
ENV.fetch("OSS_CONFIG", "") != "" || !File.directory?(File.expand_path("../gems/fizzy-saas", __dir__))
end
end
+5
View File
@@ -0,0 +1,5 @@
module Fizzy
def self.saas?
defined?(Fizzy::Saas::Engine)
end
end