Tyler Hallada
76cc87631f
Frontend is built with Bun. It uses Stimulus to progressively enhance the server-built HTML. Currently, it only replaces UTC timestamps from the server with the time in the browser's timezone.
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { Application } from "@hotwired/stimulus";
|
|
|
|
declare global {
|
|
var Stimulus: Application;
|
|
}
|