dynamo-browse/_site/assets/js/index.js
Leon Mika bf879a8a78
Some checks failed
ci / Build (push) Successful in 4m9s
Release / Build (push) Successful in 4m14s
Release / Release MacOS (push) Failing after 25s
Release / Site (push) Successful in 1m30s
Fixed MacOS release (#3)
- Fixed MacOS release and moved UCL site into repository

Reviewed-on: #3
Co-authored-by: Leon Mika <lmika@lmika.org>
Co-committed-by: Leon Mika <lmika@lmika.org>
2025-10-26 00:41:24 +00:00

5 lines
229 B
JavaScript

import { Application } from "@hotwired/stimulus";
import { KeybindingsController } from "./controllers/keybindings_controller";
const application = Application.start();
application.register("keybindings", KeybindingsController);