scinote-web/config/initializers/js_routes.rb

8 lines
146 B
Ruby
Raw Normal View History

# frozen_string_literal: true
JsRoutes.setup do |c|
# Setup your JS module system:
# ESM, CJS, AMD, UMD or nil
# c.module_type = "ESM"
end