mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Load storybook only in development
The gem is not available in other environments an the app fails to boot.
This commit is contained in:
@@ -21,7 +21,7 @@ require "rails"
|
||||
end
|
||||
|
||||
require "view_component"
|
||||
require "view_component/storybook"
|
||||
require "view_component/storybook" if Rails.env.development?
|
||||
|
||||
require_relative "../lib/open_food_network/i18n_config"
|
||||
require_relative '../lib/spree/core/environment'
|
||||
|
||||
Reference in New Issue
Block a user