Manuel Bustillo
978b4c90e1
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 1m28s
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"]
|