mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
8 lines
265 B
Ruby
8 lines
265 B
Ruby
|
# Be sure to restart your server when you modify this file.
|
||
|
|
||
|
Rails.application.configure do
|
||
|
frontends = []
|
||
|
Rails.root.join('app', 'javascript', 'packs', 'frontends').each_child(false) { |f| frontends.push f.to_s }
|
||
|
config.x.available_frontends = frontends
|
||
|
end
|