We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1100291 commit 6450b64Copy full SHA for 6450b64
lib/generators/inertia/install/templates/initializer.rb
@@ -1,6 +1,7 @@
1
# frozen_string_literal: true
2
3
InertiaRails.configure do |config|
4
- config.ssr_enabled = ViteRuby.config.ssr_build_enabled
5
config.version = ViteRuby.digest
+ config.encrypt_history = true
6
+ config.always_include_errors_hash = true
7
end
0 commit comments