add importmap bin
CI / scan_ruby (push) Successful in 16s
CI / scan_js (push) Successful in 12s
CI / lint (push) Failing after 18s
CI / test (push) Failing after 17s
CI / system-test (push) Failing after 18s

This commit is contained in:
2026-01-26 21:53:49 +01:00
parent a69be52b72
commit f42e9da504
2 changed files with 6 additions and 0 deletions
Vendored
+2
View File
@@ -26,3 +26,5 @@
# Kamal deployment secrets (DO NOT COMMIT!) # Kamal deployment secrets (DO NOT COMMIT!)
/.kamal/secrets /.kamal/secrets
/vendor/
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative "../config/application"
require "importmap/commands"