Skip to content

Commit

Permalink
fix for latest opal-sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Jun 26, 2024
1 parent b6ac9b9 commit 3ef9f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'opal/sprockets'
opal_server = Opal::Sprockets::Server.new{|s|
# Let javascript_include_tag to serve compiled version of lib/dxopal.rb
s.append_path 'lib'
s.main = 'dxopal.rb'
s.main = 'dxopal'
# Serve static files
s.public_root = __dir__
# Just serve static ./index.html
Expand Down

0 comments on commit 3ef9f98

Please sign in to comment.