From f42e9da504f8558e4991826b8fd902d9ae4a5f13 Mon Sep 17 00:00:00 2001 From: Runar Ingebrigtsen Date: Mon, 26 Jan 2026 21:53:49 +0100 Subject: [PATCH] add importmap bin --- .gitignore | 2 ++ bin/importmap | 4 ++++ 2 files changed, 6 insertions(+) create mode 100755 bin/importmap diff --git a/.gitignore b/.gitignore index c3a41d2..b3a4778 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ # Kamal deployment secrets (DO NOT COMMIT!) /.kamal/secrets + +/vendor/ diff --git a/bin/importmap b/bin/importmap new file mode 100755 index 0000000..36502ab --- /dev/null +++ b/bin/importmap @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby + +require_relative "../config/application" +require "importmap/commands"