5 lines
187 B
Ruby
5 lines
187 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# To render React components in production, precompile the server rendering manifest:
|
||
|
Rails.application.config.assets.precompile += ["server_rendering.js"]
|