Skip to content

Commit

Permalink
chore: fix for "uninitialized constant ViteRuby::Manifest::OpenStruct…
Browse files Browse the repository at this point in the history
…" Error (#452)
  • Loading branch information
aki77 committed Jun 7, 2024
1 parent a3330ac commit 8cd06de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite_ruby/lib/vite_ruby/manifest.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'ostruct'

# Public: Registry for accessing resources managed by Vite, using a generated
# manifest file which maps entrypoint names to file paths.
#
Expand Down

0 comments on commit 8cd06de

Please sign in to comment.