Skip to content

Commit 6450b64

Browse files
committed
Update default initializer configuration
1 parent 1100291 commit 6450b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
InertiaRails.configure do |config|
4-
config.ssr_enabled = ViteRuby.config.ssr_build_enabled
54
config.version = ViteRuby.digest
5+
config.encrypt_history = true
6+
config.always_include_errors_hash = true
67
end

0 commit comments

Comments
 (0)