Skip to content
Snippets Groups Projects
Select Git revision
  • 138e3dc58c6027ff74be2ecef8f44cb03455e150
  • master default protected
  • fix-6.13.0
  • 6.7.0-fix
  • bookworm
  • 6.4.4-oauth-fix
  • meteor-fix
  • patch-support
  • 7.8.0 protected
  • 7.3.6 protected
  • 7.4.4 protected
  • 7.5.3 protected
  • 7.6.4 protected
  • 7.7.4 protected
  • 7.7.3 protected
  • 7.7.2 protected
  • 7.7.1 protected
  • 7.1.6 protected
  • 7.2.6 protected
  • 7.3.5 protected
  • 7.4.3 protected
  • 7.5.2 protected
  • 7.6.3 protected
  • 7.6.2 protected
  • 7.7.0 protected
  • 7.6.1 protected
  • 7.6.0 protected
  • 7.5.1 protected
28 results

rocketchat.service

Blame
  • importmap.rb 394 B
    # Pin npm packages by running ./bin/importmap
    
    pin "application"
    pin "@hotwired/stimulus", to: "stimulus.min.js"
    pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
    pin_all_from "app/javascript/controllers", under: "controllers"
    pin "@hotwired/turbo-rails", to: "turbo.min.js"
    pin "@rails/actioncable", to: "actioncable.esm.js"
    pin_all_from "app/javascript/channels", under: "channels"