Sha256: bf7e24d065944f4de72e66f0684f3d058bb07b71f43a15cd496e4dafd24235de
Contents?: true
Size: 243 Bytes
Versions: 3
Compression:
Stored size: 243 Bytes
Contents
import { Application } from "@hotwired/stimulus" import "@hotwired/turbo" import "channels" import RefreshController from "controllers/refresh_controller" window.Stimulus = Application.start() Stimulus.register("refresh", RefreshController)
Version data entries
3 entries across 3 versions & 1 rubygems