<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
import "@hotwired/turbo-rails";
import "controllers";
import "chartkick";
import "Chart.bundle";
import LocalTime from "local-time"
import moment from "moment";
import './trix_overrides';

window.moment = moment;
LocalTime.start()

// Applies syntax highlighting to code blocks (based on CDN script tag in application.html.erb)
document.addEventListener('turbo:load', (event) =&gt; {
  hljs.highlightAll();
});
</pre></body></html>